mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-05-10 13:54:41 +00:00
updated reqs for django 1.9 and docs
This commit is contained in:
parent
d99e34311f
commit
70cefcb08e
2 changed files with 6 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ django-formtools==1.0
|
|||
django-localeurl==2.0.2
|
||||
django-nine==0.1.6
|
||||
django-nonefield==0.1
|
||||
django-registration-redux>=1.3a0
|
||||
#django-registration-redux>=1.3a0
|
||||
docopt==0.4.0
|
||||
docutils==0.12
|
||||
easy-thumbnails==2.3
|
||||
|
|
@ -45,3 +45,5 @@ Unidecode==0.4.18
|
|||
virtualenv==13.1.2
|
||||
vishap==0.1.5
|
||||
wheel==0.24.0
|
||||
|
||||
git+https://github.com/macropin/django-registration.git
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ django-debug-toolbar>=0.11.0
|
|||
django-formtools
|
||||
django-localeurl>=2.0.2
|
||||
django-nine>=0.1.6
|
||||
django-registration-redux>=1.3a0
|
||||
#django-registration-redux>=1.3a0
|
||||
docutils
|
||||
ipdb
|
||||
ipython
|
||||
|
|
@ -19,3 +19,5 @@ ordereddict>=1.1
|
|||
selenium
|
||||
simple-timer>=0.2
|
||||
tox
|
||||
|
||||
git+https://github.com/macropin/django-registration.git
|
||||
|
|
|
|||
Loading…
Reference in a new issue