Thomas Waldmann 39eb5e992e support and require django 1.7 (and related changes)
drop python 2.6 (not supported by django any more)
switch from django-registration (dead and broken) to django-registration-redux, fix issue #116
remove south dependency (and south migrations)
create new initial migration with django's builtin migrations
update docs
2014-10-21 05:06:44 +02:00

10 lines
151 B
Plaintext

# packages always needed
dnspython
netaddr
django==1.7.0
django-bootstrap-form
django-registration-redux
django-extensions
python-social-auth
requests