diff --git a/setup.py b/setup.py index 55d54f6..7a3d9a5 100644 --- a/setup.py +++ b/setup.py @@ -115,13 +115,13 @@ setup( 'Programming Language :: Python', 'Programming Language :: Python :: 2', ], - install_requires=['django>=1.8, <1.12', + install_requires=['django>=1.8, <2.3', 'gadjo', 'django-jsonfield<1.3', 'python-ldap', 'pycrypto', 'requests', - 'djangorestframework>=3.3,<3.8', + 'djangorestframework', 'django-mellon' ], zip_safe=False,