Merge pull request #296 from ThomasWaldmann/fix-setup

update setup.py according to requirements.d/all.txt
This commit is contained in:
TW 2017-01-21 02:16:22 +01:00 committed by GitHub
commit eb11c86046

View File

@ -57,9 +57,9 @@ setup(
'netaddr',
'django>=1.8.1, <1.9',
'django-bootstrap-form',
'django-registration-redux<1.2', # 1.2 breaks password reset and maybe other stuff
'django-registration-redux',
'django-extensions',
'python-social-auth',
'social-auth-app-django',
'requests', # for our ddns_client
],
classifiers=[