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
Upgrade uvicorn version (
#2907
)
Tom Christie
8 years ago
parent
bc043db3d5
commit
7ec12a6525
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
frameworks/Python/uvicorn/requirements.txt
+ 1
- 1
frameworks/Python/uvicorn/requirements.txt
View File
@@ -1,4 +1,4 @@
asyncpg==0.11.0
asyncpg==0.11.0
jinja2==2.9.6
jinja2==2.9.6
ujson==1.35
ujson==1.35
-uvicorn==0.0.1
0
+uvicorn==0.0.1
3