build: limit to django-jsonfield<1.3, for Python 2 support

This commit is contained in:
Frédéric Péters 2019-08-18 12:58:40 +02:00
parent eacd1a51f5
commit d38873bdd4
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ setup(name="bijoe",
packages=find_packages(),
include_package_data=True,
install_requires=['requests', 'django', 'psycopg2', 'isodate', 'Django-Select2<6',
'XStatic-ChartNew.js', 'gadjo', 'django-jsonfield',
'XStatic-ChartNew.js', 'gadjo', 'django-jsonfield<1.3',
'python-dateutil', 'djangorestframework<3.7',
'xstatic-select2'],
scripts=['manage.py'],