Skip to content

Commit c3d8c76

Browse files
committed
fixed uvicorn test dependency
1 parent bbd7cc7 commit c3d8c76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,8 @@ test = [
8181
"types-ujson ==5.7.0.1",
8282
"types-orjson ==3.6.2",
8383
"types-dataclasses ==0.6.6",
84-
"python-socketio"
84+
"python-socketio",
85+
"uvicorn[standard] == 0.20.0",
8586
]
8687
dev = [
8788
"pre-commit"

0 commit comments

Comments
 (0)