31 lines
619 B
TOML
31 lines
619 B
TOML
|
[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 = "4.2.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"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|