Require specific jsonfallback version

This commit is contained in:
Raphael Michel
2019-02-06 09:59:44 +01:00
parent 1cde728ffe
commit 0e513a0985
2 changed files with 2 additions and 2 deletions

View File

@@ -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.*

View File

@@ -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',