From c467ce6bf063f1273c8a92590aa0344757f8a6e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 22 Jan 2019 10:42:28 +0100 Subject: [PATCH] bump accepted django-restframework to 3.6 (#29964) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a52f90..3c02b50 100644 --- a/setup.py +++ b/setup.py @@ -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={