bump accepted django-restframework to 3.6 (#29964)

This commit is contained in:
Frédéric Péters 2019-01-22 10:42:28 +01:00
parent a0192447b4
commit c467ce6bf0
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ setup(name="bijoe",
include_package_data=True,
install_requires=['requests', 'django', 'psycopg2', 'isodate', 'Django-Select2<6',
'XStatic-ChartNew.js', 'gadjo', 'django-jsonfield',
'python-dateutil', 'djangorestframework<3.4',
'python-dateutil', 'djangorestframework<3.7',
'xstatic-select2'],
scripts=['manage.py'],
cmdclass={