adding docker functions

This commit is contained in:
2026-07-28 10:17:35 +01:00
parent 7a236de017
commit ebebd5d4a5
6 changed files with 166 additions and 11 deletions
+1
View File
@@ -5,6 +5,7 @@ description = "Utility to run tasks such as backups"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"docker>=7.2.0",
"pyaml>=26.7.0",
]