refactor: update to sdgb 1.55

This commit is contained in:
2026-07-07 13:38:06 +08:00
parent 8da425391a
commit 17c419dca0
18 changed files with 4678 additions and 4360 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "eaquira"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"httpx>=0.28.1",
"pycryptodome>=3.23.0",
"pytz>=2026.2",
]