We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e9c1c commit 41b42c1Copy full SHA for 41b42c1
tests/requirements-27.txt
@@ -3,7 +3,7 @@ aiohttp>=3.5.4;python_version>="3.5"
3
asynqp>=0.4;python_version>="3.5"
4
boto3>=1.10.0
5
celery>=4.1.1
6
-django>=1.11,<2.2
+django<2.0.0
7
fastapi>=0.61.1;python_version>="3.6"
8
flask>=0.12.2
9
grpcio>=1.18.0
tests/requirements.txt
+django>=2.2.13;python_version>="3.5"
0 commit comments