diff --git a/setup.py b/setup.py index a6acaaf..ac7a9fc 100644 --- a/setup.py +++ b/setup.py @@ -121,7 +121,7 @@ setup( 'Programming Language :: Python', ], install_requires=[ - 'django>=1.8', + 'django>=1.8,<2.3', 'django-jsonfield', 'djangorestframework>=3.3', 'requests',