Remove some unused dependencies and update the rest.

This commit is contained in:
Jake Moshenko 2014-07-17 12:05:37 -04:00
parent 85ce3c6bb2
commit cceb09d4f6
3 changed files with 25 additions and 30 deletions

View file

@ -14,13 +14,11 @@ mixpanel-py
beautifulsoup4 beautifulsoup4
marisa-trie marisa-trie
apscheduler apscheduler
python-daemon
paramiko paramiko
python-digitalocean
xhtml2pdf xhtml2pdf
redis redis
hiredis hiredis
git+https://github.com/DevTable/docker-py.git docker-py
loremipsum loremipsum
pygithub pygithub
flask-restful flask-restful

View file

@ -1,56 +1,54 @@
APScheduler==2.1.2 APScheduler==2.1.2
Flask==0.10.1 Flask==0.10.1
Flask-Login==0.2.10 Flask-Login==0.2.11
Flask-Mail==0.9.0 Flask-Mail==0.9.0
Flask-Principal==0.4.0 Flask-Principal==0.4.0
Flask-RESTful==0.2.12 Flask-RESTful==0.2.12
Jinja2==2.7.2 Jinja2==2.7.3
LogentriesLogger==0.2.1 LogentriesLogger==0.2.1
Mako==0.9.1 Mako==1.0.0
MarkupSafe==0.21 MarkupSafe==0.23
Pillow==2.4.0 Pillow==2.5.1
PyGithub==1.24.1 PyGithub==1.25.0
PyMySQL==0.6.2 PyMySQL==0.6.2
PyPDF2==1.21 PyPDF2==1.22
SQLAlchemy==0.9.4 SQLAlchemy==0.9.6
Unidecode==0.04.16 Unidecode==0.04.16
Werkzeug==0.9.4 Werkzeug==0.9.6
alembic==0.6.4 alembic==0.6.5
aniso8601==0.82 aniso8601==0.82
argparse==1.2.1 argparse==1.2.1
beautifulsoup4==4.3.2 beautifulsoup4==4.3.2
blinker==1.3 blinker==1.3
boto==2.27.0 boto==2.31.1
git+https://github.com/DevTable/docker-py.git docker-py==0.3.2
ecdsa==0.11 ecdsa==0.11
gevent==1.0.1 gevent==1.0.1
greenlet==0.4.2 greenlet==0.4.2
gunicorn==18.0 gunicorn==19.0.0
hiredis==0.1.3 hiredis==0.1.4
html5lib==0.999 html5lib==0.999
itsdangerous==0.24 itsdangerous==0.24
jsonschema==2.3.0 jsonschema==2.3.0
lockfile==0.9.1
loremipsum==1.0.2 loremipsum==1.0.2
marisa-trie==0.6 marisa-trie==0.6
mixpanel-py==3.1.2 mixpanel-py==3.1.3
mock==1.0.1
git+https://github.com/NateFerrero/oauth2lib.git git+https://github.com/NateFerrero/oauth2lib.git
paramiko==1.13.0 paramiko==1.14.0
peewee==2.2.3 peewee==2.2.5
py-bcrypt==0.4 py-bcrypt==0.4
pycrypto==2.6.1 pycrypto==2.6.1
python-daemon==1.6
python-dateutil==2.2 python-dateutil==2.2
python-digitalocean==0.7
python-ldap==2.4.15 python-ldap==2.4.15
python-magic==0.4.6 python-magic==0.4.6
pytz==2014.2 pytz==2014.4
raven==4.2.1 raven==5.0.0
redis==2.9.1 redis==2.10.1
reportlab==2.7 reportlab==2.7
requests==2.2.1 requests==2.3.0
six==1.6.1 six==1.7.3
stripe==1.14.0 stripe==1.18.0
websocket-client==0.11.0 websocket-client==0.11.0
wsgiref==0.1.2 wsgiref==0.1.2
xhtml2pdf==0.0.6 xhtml2pdf==0.0.6

View file

@ -3,7 +3,6 @@ import logging.config
logging.config.fileConfig('conf/logging.conf', disable_existing_loggers=False) logging.config.fileConfig('conf/logging.conf', disable_existing_loggers=False)
import logging import logging
import daemon
import argparse import argparse
import os import os
import requests import requests