diff --git a/setup.py b/setup.py index c3438cf..b3aa55b 100644 --- a/setup.py +++ b/setup.py @@ -28,8 +28,8 @@ setup( keywords='django rest auth registration rest-framework django-registration api', zip_safe=False, install_requires=[ - 'Django==1.8.0', - 'djangorestframework==3.1.3', + 'Django>=1.8.0', + 'djangorestframework>=3.1.3', 'six>=1.9.0', ], extras_require={