GeetestBypass/pyproject.toml
2024-11-03 21:13:21 +08:00

25 lines
557 B
TOML

[project]
name = "GeetestBypass"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cryptography>=43.0.3",
"ddddocr>=1.5.6",
"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"