feat: Add hip02 support
All checks were successful
Build Docker / BuildImage (push) Successful in 1m0s
Check Code Quality / RuffCheck (push) Successful in 1m0s

This commit is contained in:
2025-11-21 00:24:51 +11:00
parent 16d7b9f942
commit 3d5d203831
7 changed files with 723 additions and 22 deletions

View File

@@ -5,10 +5,11 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"cryptography>=46.0.3",
"flask>=3.1.2",
"gunicorn>=23.0.0",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
"requests-doh>=1.0.0",
]
[dependency-groups]