25 lines
544 B
TOML
25 lines
544 B
TOML
[tool.poetry]
|
|
name = "omni-ansible"
|
|
version = "0.0.0"
|
|
description = "Network deployment procedures and configuration state"
|
|
authors = ["Ethan Paul <me@enp.one>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.7"
|
|
ansible = "^2.9.4"
|
|
docker = "^4.2.0"
|
|
docker-compose = "^1.25.4"
|
|
paramiko = "^2.7.1"
|
|
jsondiff = "^1.2.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
ansible-lint = "^4.2.0"
|
|
ansible-toolbox = "^0.3"
|
|
pre-commit = "^2.9.2"
|
|
pre-commit-hooks = "^3.3.0"
|
|
safety = "^1.9.0"
|
|
tox = "^3.20.1"
|
|
tox-poetry-installer = "^0.5.2"
|
|
yamllint = "^1.20.0"
|