From bb89c31efa5d99f8f41158222bb53883be41c0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 28 Jul 2020 16:37:16 +0200 Subject: [PATCH] setup: allow django 2.2 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 55d54f6..7a3d9a5 100644 --- a/setup.py +++ b/setup.py @@ -115,13 +115,13 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.8, <1.12', + install_requires=['django>=1.8, <2.3', 'gadjo', 'django-jsonfield<1.3', 'python-ldap', 'pycrypto', 'requests', - 'djangorestframework>=3.3,<3.8', + 'djangorestframework', 'django-mellon' ], zip_safe=False,