misc: limit to djangorestframework < 3.7 (required for Django 1.8 support)

This commit is contained in:
Frédéric Péters 2017-10-07 10:04:07 +02:00
parent a6f108efd9
commit 0a78b1a4eb
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ setup(
],
install_requires=['django>=1.8, <1.9',
'gadjo',
'djangorestframework>=3.1',
'djangorestframework>=3.1, <3.7',
'django-jsonfield >= 0.9.3',
'intervaltree',
'vobject'