setup.py: limit compatibility to django<2.3

This commit is contained in:
Benjamin Dauvergne 2022-03-10 16:55:17 +01:00
parent 7c5c732388
commit b5bd134d69
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ setup(
'Programming Language :: Python',
],
install_requires=[
'django>=1.8',
'django>=1.8,<2.3',
'django-jsonfield',
'djangorestframework>=3.3',
'requests',