From 4e372e3ab78d4c575f330e52d2a1a2ea833ae110 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:36:16 +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 e3f3f4d1..7a6fe069 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ setup(name='passerelle', install_requires=[ 'django >= 1.8, <1.12', 'django-model-utils', - 'django-jsonfield', + 'django-jsonfield<1.3', 'requests', 'gadjo', 'phpserialize',