build: migrate to uv
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[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",
|
||||
]
|
||||
Reference in New Issue
Block a user