소스 검색

Update faster python frameworks requirements (#5597)

Diogo Dutra 5 년 전
부모
커밋
f49f84c29f

+ 8 - 8
frameworks/Python/aiohttp/requirements.txt

@@ -1,10 +1,10 @@
 aiohttp==3.6.2
 aiohttp==3.6.2
-aiohttp-jinja2==1.1.2
+aiohttp-jinja2==1.2.0
 aiopg==1.0.0
 aiopg==1.0.0
-asyncpg==0.19.0
-cchardet==2.1.4
-gunicorn==19.9.0
-psycopg2==2.8.3
-SQLAlchemy==1.3.10
-ujson==1.35
--e git+https://github.com/MagicStack/uvloop@82104fb68e6cf2b469622e62169cdbeac93846cb#egg=uvloop
+asyncpg==0.20.1
+cchardet==2.1.6
+gunicorn==20.0.4
+psycopg2==2.8.5
+SQLAlchemy==1.3.16
+ujson==2.0.3
+uvloop==0.14.0

+ 7 - 7
frameworks/Python/blacksheep/requirements.txt

@@ -1,7 +1,7 @@
-asyncpg==0.19.0
-gunicorn==19.9.0
-Jinja2==2.10.3
-blacksheep==0.2.0
-ujson==1.35
--e git+https://github.com/MagicStack/uvloop@82104fb68e6cf2b469622e62169cdbeac93846cb#egg=uvloop
-uvicorn==0.9.0
+asyncpg==0.20.1
+gunicorn==20.0.4
+Jinja2==2.11.1
+blacksheep==0.2.2
+ujson==2.0.3
+uvloop==0.14.0
+uvicorn==0.11.3

+ 7 - 7
frameworks/Python/fastapi/requirements.txt

@@ -1,7 +1,7 @@
-asyncpg==0.19.0
-gunicorn==19.9.0
-jinja2==2.10.3
-fastapi==0.42.0
-ujson==1.35
--e git+https://github.com/MagicStack/uvloop@82104fb68e6cf2b469622e62169cdbeac93846cb#egg=uvloop
-uvicorn==0.9.0
+asyncpg==0.20.1
+gunicorn==20.0.4
+Jinja2==2.11.1
+ujson==2.0.3
+uvloop==0.14.0
+uvicorn==0.11.3
+fastapi==0.54.1

+ 7 - 6
frameworks/Python/responder/requirements.txt

@@ -1,6 +1,7 @@
-asyncpg==0.16.0
-gunicorn==19.9.0
-responder >= 0.0.4
-jinja2==2.10.1
-ujson==1.35
-uvicorn >= 0.3.13
+asyncpg==0.20.1
+gunicorn==20.0.4
+Jinja2==2.11.1
+ujson==2.0.3
+uvloop==0.14.0
+uvicorn==0.11.3
+responder==2.0.5

+ 4 - 4
frameworks/Python/sanic/requirements.txt

@@ -1,4 +1,4 @@
-asyncpg==0.19.0
-jinja2==2.10.3
--e git+https://github.com/MagicStack/uvloop@82104fb68e6cf2b469622e62169cdbeac93846cb#egg=uvloop
-sanic==19.9.0
+asyncpg==0.20.1
+Jinja2==2.11.1
+uvloop==0.14.0
+sanic==19.12.2

+ 7 - 7
frameworks/Python/starlette/requirements.txt

@@ -1,7 +1,7 @@
-asyncpg==0.19.0
-gunicorn==19.9.0
-jinja2==2.10.3
-starlette==0.12.10
-ujson==1.35
--e git+https://github.com/MagicStack/uvloop@82104fb68e6cf2b469622e62169cdbeac93846cb#egg=uvloop
-uvicorn==0.9.0
+asyncpg==0.20.1
+gunicorn==20.0.4
+Jinja2==2.11.1
+ujson==2.0.3
+uvloop==0.14.0
+uvicorn==0.11.3
+starlette==0.13.2

+ 6 - 6
frameworks/Python/uvicorn/requirements.txt

@@ -1,6 +1,6 @@
-asyncpg==0.19.0
-gunicorn==19.9.0
-jinja2==2.10.3
-ujson==1.35
--e git+https://github.com/MagicStack/uvloop@82104fb68e6cf2b469622e62169cdbeac93846cb#egg=uvloop
-uvicorn==0.9.0
+asyncpg==0.20.1
+gunicorn==20.0.4
+Jinja2==2.11.1
+ujson==2.0.3
+uvloop==0.14.0
+uvicorn==0.11.3