1
0
Fork 0

added ansible as dependency

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-03-16 13:04:26 +01:00
Ursprung 74ded41d30
Commit 9045e51c23
2 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
changelogs/fragments
pyproject.toml

Datei anzeigen

@ -0,0 +1,2 @@
minor_changes:
- Added ansible as an dependency for the python module

Datei anzeigen

@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy", "Programming Language :: Python :: Implementation :: PyPy",
] ]
dependencies = [] dependencies = ["ansible>=11.3.0"]
[tool.hatch.build] [tool.hatch.build]
directory = "dist/python" directory = "dist/python"
[project.urls] [project.urls]