Skip to content

Commit 41b42c1

Browse files
authored
Update Django version requirements (#306)
1 parent f3e9c1c commit 41b42c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/requirements-27.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp>=3.5.4;python_version>="3.5"
33
asynqp>=0.4;python_version>="3.5"
44
boto3>=1.10.0
55
celery>=4.1.1
6-
django>=1.11,<2.2
6+
django<2.0.0
77
fastapi>=0.61.1;python_version>="3.6"
88
flask>=0.12.2
99
grpcio>=1.18.0

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ aiohttp>=3.5.4;python_version>="3.5"
33
asynqp>=0.4;python_version>="3.5"
44
boto3>=1.10.0
55
celery>=4.1.1
6-
django>=1.11,<2.2
6+
django>=2.2.13;python_version>="3.5"
77
fastapi>=0.61.1;python_version>="3.6"
88
flask>=0.12.2
99
grpcio>=1.18.0

0 commit comments

Comments
 (0)