Initial commit
This commit is contained in:
9
pyproject.toml
Normal file
9
pyproject.toml
Normal 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"
|
||||
]
|
||||
Reference in New Issue
Block a user