Restrict DjangoRestFramework version (#1047)

This commit is contained in:
Jonathan Kim 2020-10-19 20:20:30 +01:00 committed by GitHub
parent 65f41c1a17
commit 8928ec2dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ deps =
-e.[test]
psycopg2-binary
django111: Django>=1.11,<2.0
django111: djangorestframework<3.12
django20: Django>=2.0,<2.1
django21: Django>=2.1,<2.2
django22: Django>=2.2,<3.0