Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
897 B
47 lines
897 B
# basic libs
|
|
|
|
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.10 # Updatable to 1.8 (possibly incompatible)
|
|
django-bootstrap-sass==0.0.6a0
|
|
django-mptt==0.7.3
|
|
django-reversion==1.9.3
|
|
django-sekizai==0.8.1
|
|
django-countries==3.2
|
|
django-solo==1.1.0
|
|
django-ckeditor==4.4.7 # Updatable to 5.0 (some incompatible changes)
|
|
django-flat-theme==0.9.3
|
|
django-taggit==0.17
|
|
django-autocomplete-light==2.2.6
|
|
django-crispy-forms==1.4.0
|
|
|
|
# Comments
|
|
akismet==0.2.0
|
|
django-fluent-comments==1.0.2
|
|
django-threadedcomments==1.0b1
|
|
django-contrib-comments==1.6.1
|
|
|
|
# debug tools/extensions
|
|
|
|
django-debug-toolbar==1.3.2
|
|
django-extensions==1.5.6
|
|
sqlparse==0.1.16
|
|
Werkzeug==0.10.4
|
|
|
|
# G+, FB authorisation
|
|
|
|
# django-allauth==0.19.1
|
|
# oauthlib==0.7.2
|
|
# python-openid==2.2.5
|
|
# requests==2.5.3
|
|
# requests-oauthlib==0.4.2
|
|
|
|
|