From 0e513a098551b6e248a994c2bd24dfe642a08c72 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 6 Feb 2019 09:59:44 +0100 Subject: [PATCH] Require specific jsonfallback version --- src/requirements/production.txt | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements/production.txt b/src/requirements/production.txt index b78fd6099..e12e9bedc 100644 --- a/src/requirements/production.txt +++ b/src/requirements/production.txt @@ -36,7 +36,7 @@ django-hijack>=2.1.10,<2.2.0 openpyxl django-oauth-toolkit==1.2.* oauthlib==2.1.* -django-jsonfallback +django-jsonfallback>=2.1.1 psycopg2-binary # Stripe stripe==2.0.* diff --git a/src/setup.py b/src/setup.py index 9244c53c9..274750293 100644 --- a/src/setup.py +++ b/src/setup.py @@ -127,7 +127,7 @@ setup( 'chardet<3.1.0,>=3.0.2', 'mt-940==3.2', 'django-i18nfield>=1.4.0', - 'django-jsonfallback', + 'django-jsonfallback>=2.1.1', 'psycopg2-binary', 'vobject==0.9.*', 'pycountry',