Replace ansible dep with ansible-core
Add collection dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user