fix: revert setup.py changes

This commit is contained in:
mario 2017-10-31 17:13:57 +01:00
parent be2ac99a34
commit 2c1649daf1

View File

@ -28,8 +28,8 @@ setup(
keywords='django rest auth registration rest-framework django-registration api', keywords='django rest auth registration rest-framework django-registration api',
zip_safe=False, zip_safe=False,
install_requires=[ install_requires=[
'Django==1.8.0', 'Django>=1.8.0',
'djangorestframework==3.1.3', 'djangorestframework>=3.1.3',
'six>=1.9.0', 'six>=1.9.0',
], ],
extras_require={ extras_require={