Add docker dependencies to pyproject

This commit is contained in:
2020-03-21 13:11:42 -04:00
parent cadb79cd26
commit bef40c64c6
2 changed files with 346 additions and 2 deletions

View File

@@ -10,6 +10,8 @@ python = "^3.7"
ansible = "^2.9.4"
paramiko = "^2.7.1"
jinja2 = "^2.11.1"
docker = "^4.2.0"
docker-compose = "^1.25.4"
[tool.poetry.dev-dependencies]
ansible-lint = "^4.2.0"