From 983eb2084d35522fdd83d89f3673c8008515b8fc 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:39:44 +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 f1d050650..81289e713 100755 --- a/setup.py +++ b/setup.py @@ -132,7 +132,7 @@ setup(name="authentic2", 'pycrypto', 'django-mellon', 'ldaptools', - 'django-jsonfield', + 'django-jsonfield<1.3', 'jwcrypto>=0.3.1,<1', 'cryptography', 'XStatic-jQuery<2',