Initial commit

This commit is contained in:
2025-11-26 11:27:27 +01:00
commit 079f573fd6
4 changed files with 200 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "hulud_check"
description = "Quick hacky check for sha1-hulud"
version = "2025.0.0"
requires-python = ">=3.13"
dependencies = [
"GitPython" = ">=3.1.45",
"requests" = ">=2.32.5"
]