TT#23283 Set compatible Django REST framework to 3.6 only

v3.7 was released on Oct 6 but repoapi installation fails with it.
https://github.com/encode/django-rest-framework/issues?q=milestone%3A%223.7.0+Release%22
So we have to include older version as dependency.

Change-Id: Ie35583b770e1fb3524944381debe8f96f4f6302a
changes/71/16071/1
Sergii Kipot 9 years ago
parent ecd9425f60
commit 563929c2e3

@ -2,7 +2,7 @@ Django==1.11
django-extensions
yuicompressor
django-assets
djangorestframework
djangorestframework>=3.6,<3.7
drfapikey
django-rest-swagger
markdown

Loading…
Cancel
Save