mamweb/requirements.txt

52 lines
830 B
Text
Raw Normal View History

# basic libs
2018-08-20 22:30:16 +02:00
psycopg2==2.7.5
html5lib==1.0.1
ipython==5.8.0
Pillow==5.2.0
pytz==2018.5
2016-01-09 18:16:09 +01:00
six==1.10.0
2018-08-20 22:30:16 +02:00
pexpect==4.6.0
traitlets==4.3.2
Unidecode==1.0.22
# Django and modules
2018-08-20 22:30:16 +02:00
Django==1.11.15
#django-bootstrap-sass
2018-08-20 22:30:16 +02:00
django-mptt==0.9.1
django-reversion==2.0.13
django-sekizai==0.10.0
django-countries==5.3.1
django-solo==1.1.3
django-ckeditor==5.6.1
django-flat-theme==1.1.4
django-taggit==0.23.0
django-autocomplete-light==2.3.6
django-crispy-forms==1.7.2
django-imagekit==4.0.2
# Comments
2018-08-20 22:30:16 +02:00
akismet==1.0.1
django-fluent-comments==2.0.2
django-threadedcomments==1.2
django-contrib-comments==1.9.0
# debug tools/extensions
2018-08-20 22:30:16 +02:00
django-debug-toolbar==1.9.1
django-extensions==2.1.0
sqlparse==0.2.4
Werkzeug==0.14.1
2015-03-14 01:19:30 +01:00
# G+, FB authorisation
2014-11-05 15:14:39 +01:00
# django-allauth
# oauthlib
# python-openid
# requests
# requests-oauthlib
2015-03-14 01:19:30 +01:00
2018-08-20 19:55:30 +02:00
# uWSGI
uWSGI==2.0.17.1