limit Django Rest Framework to version < 3.4

This commit is contained in:
Thomas NOËL 2016-11-18 15:24:41 +01:00
parent d55356ef81
commit d5fcdc4f36
2 changed files with 2 additions and 2 deletions

View File

@ -8,4 +8,4 @@ requests
XStatic-ChartNew.js
eopayment>=1.13
python-dateutil
djangorestframework>=3.3
djangorestframework>=3.3, <3.4

View File

@ -113,7 +113,7 @@ setup(
'XStatic-ChartNew.js',
'eopayment>=1.13',
'python-dateutil',
'djangorestframework>=3.3',
'djangorestframework>=3.3, <3.4',
],
zip_safe=False,
cmdclass={