Skip to content

Commit ebac4c3

Browse files
committed
fix: add missing uvicorn package
1 parent e31ad8f commit ebac4c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies = [
3232
"toffee-test@git+https://gitlink.org.cn/XS-MLVP/toffee-test@master",
3333
"textual>=7.3.0",
3434
"fastapi>=0.135.0",
35+
"uvicorn[standard]>=0.42.0",
3536
]
3637
dynamic = ["version"]
3738

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ langfuse>=3.9.1
1111
gitpython>=3.1.43
1212
textual>=7.3.0
1313
fastapi>=0.135.0
14+
uvicorn[standard]>=0.42.0
1415
pytoffee@git+https://gitlink.org.cn/XS-MLVP/toffee@master
1516
toffee-test@git+https://gitlink.org.cn/XS-MLVP/toffee-test@master

0 commit comments

Comments
 (0)