Skip to content

Commit

Permalink
Merge pull request #296 from ThomasWaldmann/fix-setup
Browse files Browse the repository at this point in the history
update setup.py according to requirements.d/all.txt
  • Loading branch information
ThomasWaldmann committed Jan 21, 2017
2 parents f38cc72 + 81df8cc commit eb11c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
'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=[
Expand Down

0 comments on commit eb11c86

Please sign in to comment.