Upgrade: nové verze requirements.txt
This commit is contained in:
parent
daacffd391
commit
f5ed599e21
1 changed files with 28 additions and 28 deletions
|
@ -1,42 +1,42 @@
|
||||||
# basic libs
|
# basic libs
|
||||||
|
|
||||||
psycopg2
|
psycopg2==2.6.1
|
||||||
html5lib
|
html5lib==0.9999999
|
||||||
ipython
|
ipython==4.0.1
|
||||||
Pillow
|
Pillow==3.1.0
|
||||||
pytz
|
pytz==2015.7
|
||||||
six
|
six==1.10.0
|
||||||
pexpect
|
pexpect==4.0.1
|
||||||
traitlets
|
traitlets==4.0.0
|
||||||
|
|
||||||
# Django and modules
|
# Django and modules
|
||||||
|
|
||||||
Django<1.9
|
Django==1.8.8
|
||||||
#django-bootstrap-sass
|
#django-bootstrap-sass
|
||||||
django-mptt
|
django-mptt==0.8.0
|
||||||
django-reversion
|
django-reversion==1.10.0
|
||||||
django-sekizai
|
django-sekizai==0.9.0
|
||||||
django-countries
|
django-countries==3.4.1
|
||||||
django-solo
|
django-solo==1.1.1
|
||||||
django-ckeditor
|
django-ckeditor==5.0.2
|
||||||
django-flat-theme
|
django-flat-theme==1.1.3
|
||||||
django-taggit
|
django-taggit==0.17.6
|
||||||
django-autocomplete-light
|
django-autocomplete-light==2.2.10
|
||||||
django-crispy-forms
|
django-crispy-forms==1.6.0
|
||||||
django-imagekit
|
django-imagekit==3.3
|
||||||
|
|
||||||
# Comments
|
# Comments
|
||||||
akismet
|
akismet==0.2.0
|
||||||
django-fluent-comments
|
django-fluent-comments==1.1
|
||||||
django-threadedcomments
|
django-threadedcomments==1.0.1
|
||||||
django-contrib-comments
|
django-contrib-comments==1.6.2
|
||||||
|
|
||||||
# debug tools/extensions
|
# debug tools/extensions
|
||||||
|
|
||||||
django-debug-toolbar
|
django-debug-toolbar==1.4
|
||||||
django-extensions
|
django-extensions==1.6.1
|
||||||
sqlparse
|
sqlparse==0.1.18
|
||||||
Werkzeug
|
Werkzeug==0.11.3
|
||||||
|
|
||||||
# G+, FB authorisation
|
# G+, FB authorisation
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue