diff options
author | luxagraf <sng@luxagraf.net> | 2016-12-14 11:32:17 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-12-14 11:32:17 -0500 |
commit | c8fcfe09fd5768326ab2f7e361620ced0b07a553 (patch) | |
tree | f208b6f642c073133c52289a470d29c481e5dbc2 /config | |
parent | c2b4eee457e3b527795b674716d3d09688192fcf (diff) |
cleaned up some files and added admin for LuxVideos
Diffstat (limited to 'config')
-rw-r--r-- | config/requirements.txt | 59 |
1 files changed, 23 insertions, 36 deletions
diff --git a/config/requirements.txt b/config/requirements.txt index f72de42..ad55a42 100644 --- a/config/requirements.txt +++ b/config/requirements.txt @@ -1,62 +1,49 @@ -bleach==1.4.1 -django-bleach==0.3.0 -django-contrib-comments==1.5 -django-extensions==1.5.2 -django-gravatar2==1.2.1 -django-taggit==0.12.3 -gunicorn==19.3.0 -html5lib==0.999 -ipython==3.0.0 -jsmin==2.1.1 -Markdown==2.6.1 -oauthlib==0.7.2 -requests==2.6.0 -requests-oauthlib==0.4.2 -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 +beautifulsoup4==4.5.1 bleach==1.4.3 +bs4==0.0.1 decorator==4.0.10 -Django==1.9.7 -django-autocomplete-light==2.2.10 +Django==1.9 +django-autocomplete-light==2.3.3 django-bleach==0.3.0 -django-contrib-comments==1.7.1 -django-extensions==1.6.7 +django-contrib-comments==1.7.3 +django-extensions==1.7.5 django-gravatar2==1.4.0 -django-modeladmin-reorder==0.1.3 -django-paypal==0.2.7 -django-taggit==0.20.1 +django-paypal==0.3.2 +django-taggit==0.21.3 +django-typogrify==1.3.3 EbookLib==0.15 +Facebook==0.0 facebook-sdk==1.0.0 flickrapi==2.1.2 gunicorn==19.6.0 html5lib==0.9999999 -ipython==4.2.0 +ipython==5.0.0 ipython-genutils==0.1.0 Jinja2==2.8 jsmin==2.2.1 -lxml==3.6.0 +lxml==3.6.1 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 +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 python-resize-image==1.1.3 +pytz==2016.6.1 requests==2.10.0 -requests-oauthlib==0.6.1 -requests-toolbelt==0.6.2 +requests-oauthlib==0.7.0 +requests-toolbelt==0.7.0 simplegeneric==0.8.1 six==1.10.0 smartypants==1.8.6 -traitlets==4.2.1 +traitlets==4.3.1 twython==3.4.0 typogrify==2.0.7 +wcwidth==0.1.7 |