We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31ad8f commit ebac4c3Copy full SHA for ebac4c3
pyproject.toml
@@ -32,6 +32,7 @@ dependencies = [
32
"toffee-test@git+https://gitlink.org.cn/XS-MLVP/toffee-test@master",
33
"textual>=7.3.0",
34
"fastapi>=0.135.0",
35
+ "uvicorn[standard]>=0.42.0",
36
]
37
dynamic = ["version"]
38
requirements.txt
@@ -11,5 +11,6 @@ langfuse>=3.9.1
11
gitpython>=3.1.43
12
textual>=7.3.0
13
fastapi>=0.135.0
14
+uvicorn[standard]>=0.42.0
15
pytoffee@git+https://gitlink.org.cn/XS-MLVP/toffee@master
16
toffee-test@git+https://gitlink.org.cn/XS-MLVP/toffee-test@master
0 commit comments