Limit the version of djangorestframework (fixes #2275)

This commit is contained in:
Finn Stutzenstein 2016-08-24 08:23:41 +02:00
parent 5a092710c9
commit 4ad625b239

View File

@ -2,7 +2,7 @@
Django>=1.9,<1.11,!=1.10.0 Django>=1.9,<1.11,!=1.10.0
beautifulsoup4>=4.5,<4.6 beautifulsoup4>=4.5,<4.6
channels>=0.15,<1.0 channels>=0.15,<1.0
djangorestframework>=3.2.0,<3.5 djangorestframework>=3.2.0,<3.4
html5lib>=0.99,<1.0 html5lib>=0.99,<1.0
jsonfield>=0.9.19,<1.1 jsonfield>=0.9.19,<1.1
natsort>=3.2,<5.1 natsort>=3.2,<5.1