diff options
author | luxagraf <sng@luxagraf.net> | 2017-03-02 20:52:25 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2017-03-02 20:52:25 -0500 |
commit | a62bdc583fed13860132ac017d968a93f533231a (patch) | |
tree | 2bcb4da2c3760295ed9212f2ea8d1c8787638393 /config | |
parent | 8dc96ab16e23bc9b5178c4ba9a913f05957b2ee4 (diff) |
updated requirements
Diffstat (limited to 'config')
-rw-r--r-- | config/requirements.txt | 64 |
1 files changed, 30 insertions, 34 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index ad55a42..b56342e 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,49 +1,45 @@ -beautifulsoup4==4.5.1 -bleach==1.4.3 -bs4==0.0.1 -decorator==4.0.10 +beautifulsoup4==4.4.0 +bleach==1.4.1 +decorator==4.0.4 Django==1.9 -django-autocomplete-light==2.3.3 +django-autocomplete-light==2.2.10 django-bleach==0.3.0 -django-contrib-comments==1.7.3 -django-extensions==1.7.5 -django-gravatar2==1.4.0 -django-paypal==0.3.2 -django-taggit==0.21.3 -django-typogrify==1.3.3 +django-extensions==1.5.9 +django-gravatar2==1.3.0 +django-paypal==0.2.7 +django-taggit==0.17.5 +django-typogrify==1.3.2 EbookLib==0.15 -Facebook==0.0 facebook-sdk==1.0.0 +flickr-api==0.5 flickrapi==2.1.2 -gunicorn==19.6.0 -html5lib==0.9999999 -ipython==5.0.0 +html5lib==0.999999 +ipython==4.0.0 ipython-genutils==0.1.0 Jinja2==2.8 -jsmin==2.2.1 -lxml==3.6.1 -Markdown==2.6.6 +jsmin==2.1.4 +lxml==3.4.0 +Markdown==2.6.2 MarkupSafe==0.23 medium==0.3.0 +oauth==1.0.1 oauthlib==1.1.2 -paypal==1.2.5 -pexpect==4.2.1 -pickleshare==0.7.4 -Pillow==3.4.2 -prompt-toolkit==1.0.3 -psycopg2==2.6.2 -ptyprocess==0.5.1 --e git://github.com/smarnach/pyexiftool.git@0d5ee2f590ad336426c239f47b2b0406c6f52620#egg=PyExifTool -Pygments==2.1.3 +path.py==8.1.2 +pexpect==4.0.1 +pickleshare==0.5 +Pillow==3.1.1 +psycopg2==2.6.1 +ptyprocess==0.5 +PyExifTool==0.1 +Pygments==2.0.2 python-resize-image==1.1.3 -pytz==2016.6.1 -requests==2.10.0 -requests-oauthlib==0.7.0 -requests-toolbelt==0.7.0 +requests==2.7.0 +requests-oauthlib==0.5.0 +requests-toolbelt==0.6.0 simplegeneric==0.8.1 six==1.10.0 smartypants==1.8.6 -traitlets==4.3.1 -twython==3.4.0 +traitlets==4.0.0 +twython==3.3.0 typogrify==2.0.7 -wcwidth==0.1.7 +uWSGI==2.0.14 |