update setup.py according to requirements.d/all.txt

This commit is contained in:
Thomas Waldmann 2017-01-21 02:03:51 +01:00
parent f38cc72c56
commit 81df8cc1ea

View File

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