From 0729b3fb6296c69a9408d44241634cca034a1fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Apr 2020 10:59:43 +0200 Subject: [PATCH] misc: allow django 2.2 and djangorestframework 3.8 (#41633) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 669f806..a524cd1 100644 --- a/setup.py +++ b/setup.py @@ -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={