feat: add uvloop to requirements.txt as optional dependency to improve performance in high concurrent scenarios
This commit is contained in:
parent
10c83c3e1e
commit
e7196146ad
2 changed files with 14 additions and 1 deletions
|
|
@ -36,5 +36,6 @@ tqdm==4.67.1
|
|||
typing-inspection==0.4.1
|
||||
typing_extensions==4.14.1
|
||||
uvicorn==0.38.0
|
||||
uvloop
|
||||
yarl==1.20.1
|
||||
aiosqlite
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue