mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 07:58:25 +03:00
@@ -0,0 +1,30 @@
|
||||
[tool.poetry]
|
||||
name = "ansible-manage-lvm"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Larry Smith Jr. <mrlesmithjr@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
ansible = "2.9.7"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
bandit = "^1.7.1"
|
||||
black = "^21.11b1"
|
||||
flake8 = "^4.0.1"
|
||||
mypy = "^0.910"
|
||||
poetry = "^1.1.11"
|
||||
pylint = "^2.11.1"
|
||||
ansible-lint = "4.2.0"
|
||||
yamllint = "1.23.0"
|
||||
mkdocs = "^1.2.3"
|
||||
autopep8 = "^1.6.0"
|
||||
pycodestyle = "^2.8.0"
|
||||
pip-tools = "^6.4.0"
|
||||
molecule = "3.0.3"
|
||||
molecule-vagrant = "0.2"
|
||||
pre-commit = "^2.15.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
Reference in New Issue
Block a user