This website works better with JavaScript
Home
Explore
Help
Sign In
compsci-industry
/
TechEmpower.FrameworkBenchmarks
mirror of
https://github.com/TechEmpower/FrameworkBenchmarks.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Update requirements on fastapi-uvicorn (
#7809
)
Marcelo Trylesinski
2 years ago
parent
e39cec776a
commit
a255d3ef0b
1 changed files
with
3 additions
and
1 deletions
Unified View
Show Diff Stats
3
1
frameworks/Python/fastapi/requirements-uvicorn.txt
+ 3
- 1
frameworks/Python/fastapi/requirements-uvicorn.txt
View File
@@ -1 +1,3 @@
-uvicorn==0.18.3
+uvicorn==0.20.0
+uvloop==0.17.0
+httptools==0.5.0