mirror of
https://github.com/mrlesmithjr/ansible-manage-lvm.git
synced 2026-09-07 07:58:25 +03:00
Updated Python requirements
This commit is contained in:
+11
-18
@@ -5,25 +5,18 @@ description = ""
|
||||
authors = ["Larry Smith Jr. <mrlesmithjr@gmail.com>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
ansible = "4.2.0"
|
||||
python = ">=3.9,<4.0"
|
||||
ansible = "6.6.0"
|
||||
|
||||
[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"
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
ansible-lint = "6.8.7"
|
||||
black = "^22.10.0"
|
||||
pylint = "^2.15.7"
|
||||
flake8 = "^6.0.0"
|
||||
cookiecutter = "^2.1.1"
|
||||
pre-commit = "^2.20.0"
|
||||
molecule-plugins = {extras = ["vagrant"], version = "^23.4.1"}
|
||||
molecule = {extras = ["docker"], version = "^5.0.1"}
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
||||
Reference in New Issue
Block a user