Spaces:
Running
Running
File size: 501 Bytes
9314c03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
[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
|