39eb5e992e
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
10 lines
151 B
Plaintext
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
|