vkjlwnvbioWBV / pyproject.toml
devme's picture
Upload 90 files
9314c03 verified
[project]
name = "warptestui"
version = "0.1.0"
description = "Test UI for Warp"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi[standard]",
"uvicorn[standard]",
"httpx[http2]",
"protobuf",
"grpcio-tools",
"python-dotenv",
"websockets>=15.0.1",
"requests>=2.32.5",
"openai>=1.106.0",
]
[project.scripts]
warp-server = "server:main"
[[tool.uv.index]]
url = "https://mirrors.ustc.edu.cn/pypi/simple"
default = true