Merge pull request #2304 from FinnStutzenstein/Issue2275

Limit the version of djangorestframework (fixes #2275)
This commit is contained in:
Norman Jäckel 2016-08-24 10:40:28 +02:00 committed by GitHub
commit 03acd88771

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