From bf2bd54e89e55e422a3d4a573a46ce125d622d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 18 Aug 2019 11:40:36 +0200 Subject: [PATCH] build: limit to django-jsonfield<1.3, for Python 2 support --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index db39820..89fed0c 100644 --- a/setup.py +++ b/setup.py @@ -117,7 +117,7 @@ setup( ], install_requires=['django>=1.8, <1.12', 'gadjo', - 'django-jsonfield', + 'django-jsonfield<1.3', 'python-ldap', 'pycrypto', 'requests',