Fixed dockerfile

This commit is contained in:
2025-11-26 11:44:33 +01:00
parent 079f573fd6
commit 49b3011cc3
2 changed files with 13 additions and 10 deletions

View File

@@ -4,6 +4,6 @@ description = "Quick hacky check for sha1-hulud"
version = "2025.0.0"
requires-python = ">=3.13"
dependencies = [
"GitPython" = ">=3.1.45",
"requests" = ">=2.32.5"
"GitPython>=3.1.45",
"requests>=2.32.5"
]