Skip to content

Commit 0ddaa13

Browse files
authored
Use uvloop by default (#2874)
* Use uvloop by default * Remove print
1 parent 2a89dff commit 0ddaa13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ gateway = [
106106
server = [
107107
"fastapi",
108108
"starlette>=0.26.0",
109-
"uvicorn",
109+
"uvicorn[standard]",
110110
"aiorwlock",
111111
"aiocache",
112112
"httpx",

0 commit comments

Comments
 (0)