diff options
author | luxagraf <sng@luxagraf.net> | 2016-07-12 13:37:22 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-07-12 13:37:22 -0400 |
commit | e2139aeabd564a48598a1142492bcbd08f3f722c (patch) | |
tree | 41243dc1daf0cdaf87f98cb420c3fedbf576c470 /config | |
parent | fdd5ccd0bf899c9cd85aa13882d9bee730fce501 (diff) |
upgraded jrnl admin and fixed some bugs with image uploading iframe.
Also updated pip freeze in requirements.txt
Diffstat (limited to 'config')
-rw-r--r-- | config/requirements.txt | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index 0efb8f4..f72de42 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -16,3 +16,47 @@ six==1.9.0 smartypants==1.8.6 twython==3.2.0 typogrify==2.0.7 +backports.shutil-get-terminal-size==1.0.0 +beautifulsoup4==4.4.0 +bleach==1.4.3 +decorator==4.0.10 +Django==1.9.7 +django-autocomplete-light==2.2.10 +django-bleach==0.3.0 +django-contrib-comments==1.7.1 +django-extensions==1.6.7 +django-gravatar2==1.4.0 +django-modeladmin-reorder==0.1.3 +django-paypal==0.2.7 +django-taggit==0.20.1 +EbookLib==0.15 +facebook-sdk==1.0.0 +flickrapi==2.1.2 +gunicorn==19.6.0 +html5lib==0.9999999 +ipython==4.2.0 +ipython-genutils==0.1.0 +Jinja2==2.8 +jsmin==2.2.1 +lxml==3.6.0 +Markdown==2.6.6 +MarkupSafe==0.23 +medium==0.3.0 +oauthlib==1.1.2 +paypal==1.2.5 +pexpect==4.1.0 +pickleshare==0.7.2 +Pillow==3.2.0 +psycopg2==2.6.1 +ptyprocess==0.5.1 +-e git://github.com/smarnach/pyexiftool.git@0d5ee2f590ad336426c239f47b2b0406c6f52620#egg=PyExifTool +python-resize-image==1.1.3 +requests==2.10.0 +requests-oauthlib==0.6.1 +requests-toolbelt==0.6.2 +simplegeneric==0.8.1 +six==1.10.0 +smartypants==1.8.6 +traitlets==4.2.1 +twython==3.4.0 +typogrify==2.0.7 |