Files
maimaiDX-Api/pyproject.toml
2025-07-29 01:43:56 +08:00

16 lines
324 B
TOML

[project]
name = "maimaidx-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"datetime>=5.5",
"httpx>=0.28.1",
"loguru>=0.7.3",
"pycryptodome>=3.23.0",
"python-rapidjson>=1.21",
"pytz>=2025.2",
"requests>=2.32.4",
]