Replace ansible dep with ansible-core

Add collection dependencies
This commit is contained in:
2022-01-08 21:56:11 -05:00
parent e9974a054e
commit 14ce2dfea6
3 changed files with 129 additions and 180 deletions

View File

@@ -6,8 +6,8 @@ authors = ["Ethan Paul <me@enp.one>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.8"
ansible = "^4.9.0"
python = "^3.10"
ansible-core = "^2.12.1"
docker = "^4.2.0"
docker-compose = "^1.25.4"
paramiko = "^2.7.1"