setup.py: constrain djangorestframework version (fixes #21072)

This commit is contained in:
Benjamin Dauvergne 2018-01-10 13:52:49 +01:00
parent 567731d6bd
commit 726a22daaf
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ setup(
install_requires=[
'django>=1.8, <1.9',
'django-jsonfield',
'djangorestframework',
'djangorestframework<3.4',
'requests',
],
zip_safe=False,