|
|
@ -1,22 +1,24 @@ |
|
|
|
# basic libs |
|
|
|
|
|
|
|
psycopg2==2.6 |
|
|
|
html5lib==0.999 |
|
|
|
ipython==3.0.0 |
|
|
|
Pillow==2.7.0 |
|
|
|
psycopg2==2.6.1 |
|
|
|
html5lib==0.9999999 |
|
|
|
ipython==4.0.0 |
|
|
|
Pillow==2.9.0 |
|
|
|
pytz==2014.10 |
|
|
|
six==1.9.0 |
|
|
|
pexpect==3.3 |
|
|
|
traitlets==4.0.0 |
|
|
|
|
|
|
|
# Django and modules |
|
|
|
|
|
|
|
Django==1.7.8 |
|
|
|
Django==1.7.10 # Updatable to 1.8 (possibly incompatible) |
|
|
|
django-bootstrap-sass==0.0.6a0 |
|
|
|
django-mptt==0.7.3 |
|
|
|
django-reversion==1.8.6 |
|
|
|
django-reversion==1.9.3 |
|
|
|
django-sekizai==0.8.1 |
|
|
|
django-countries==3.2 |
|
|
|
django-solo==1.1.0 |
|
|
|
django-ckeditor==4.4.7 |
|
|
|
django-ckeditor==4.4.7 # Updatable to 5.0 (some incompatible changes) |
|
|
|
django-flat-theme==0.9.3 |
|
|
|
django-taggit==0.14.0 |
|
|
|
django-autocomplete-light==2.1.1 |
|
|
@ -30,9 +32,9 @@ django-contrib-comments==1.6.1 |
|
|
|
|
|
|
|
# debug tools/extensions |
|
|
|
|
|
|
|
django-debug-toolbar==1.3.0 |
|
|
|
django-extensions==1.5.3 |
|
|
|
sqlparse==0.1.15 |
|
|
|
django-debug-toolbar==1.3.2 |
|
|
|
django-extensions==1.5.6 |
|
|
|
sqlparse==0.1.16 |
|
|
|
Werkzeug==0.10.4 |
|
|
|
|
|
|
|
# G+, FB authorisation |
|
|
|