misc: allow django 2.2 and djangorestframework 3.8 (#41633)

This commit is contained in:
Frédéric Péters 2020-04-13 10:59:43 +02:00
parent 39959ed2fe
commit 0729b3fb62
1 changed files with 2 additions and 2 deletions

View File

@ -90,9 +90,9 @@ setup(name="bijoe",
maintainer_email="bdauvergne@entrouvert.com",
packages=find_packages(),
include_package_data=True,
install_requires=['requests', 'django', 'psycopg2', 'isodate', 'Django-Select2<6',
install_requires=['requests', 'django>=1.11, <2.3', 'psycopg2', 'isodate', 'Django-Select2<6',
'XStatic-ChartNew.js', 'gadjo', 'django-jsonfield<1.3',
'python-dateutil', 'djangorestframework<3.7',
'python-dateutil', 'djangorestframework<3.8',
'xstatic-select2'],
scripts=['manage.py'],
cmdclass={