refactor: split up modules

This commit is contained in:
2026-07-07 13:48:39 +08:00
parent 17c419dca0
commit a3c8426786
10 changed files with 10 additions and 11 deletions

View File

@@ -4,8 +4,7 @@ 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",
]
dependencies = ["httpx>=0.28.1", "pycryptodome>=3.23.0", "pytz>=2026.2"]
[tool.uv]
package = true