GeetestBypass/pyproject.toml

25 lines
571 B
TOML
Raw Normal View History

2024-11-03 06:13:14 +00:00
[project]
name = "GeetestBypass"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bili-ticket-gt-python>=0.2.7",
"cryptography>=43.0.3",
"fastapi>=0.115.4",
"httpx>=0.27.2",
"numpy>=2.1.3",
"onnxruntime>=1.20.0",
"persica>=0.1.0a4",
"pillow>=11.0.0",
"pydantic>=2.9.2",
"python-dotenv>=1.0.1",
"python-multipart>=0.0.16",
"starlette>=0.41.2",
"uvicorn>=0.32.0",
]
[tool.uv]
index-url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple"