Remove some unused dependencies and update the rest.
This commit is contained in:
parent
85ce3c6bb2
commit
cceb09d4f6
3 changed files with 25 additions and 30 deletions
|
@ -14,13 +14,11 @@ mixpanel-py
|
|||
beautifulsoup4
|
||||
marisa-trie
|
||||
apscheduler
|
||||
python-daemon
|
||||
paramiko
|
||||
python-digitalocean
|
||||
xhtml2pdf
|
||||
redis
|
||||
hiredis
|
||||
git+https://github.com/DevTable/docker-py.git
|
||||
docker-py
|
||||
loremipsum
|
||||
pygithub
|
||||
flask-restful
|
||||
|
|
|
@ -1,56 +1,54 @@
|
|||
APScheduler==2.1.2
|
||||
Flask==0.10.1
|
||||
Flask-Login==0.2.10
|
||||
Flask-Login==0.2.11
|
||||
Flask-Mail==0.9.0
|
||||
Flask-Principal==0.4.0
|
||||
Flask-RESTful==0.2.12
|
||||
Jinja2==2.7.2
|
||||
Jinja2==2.7.3
|
||||
LogentriesLogger==0.2.1
|
||||
Mako==0.9.1
|
||||
MarkupSafe==0.21
|
||||
Pillow==2.4.0
|
||||
PyGithub==1.24.1
|
||||
Mako==1.0.0
|
||||
MarkupSafe==0.23
|
||||
Pillow==2.5.1
|
||||
PyGithub==1.25.0
|
||||
PyMySQL==0.6.2
|
||||
PyPDF2==1.21
|
||||
SQLAlchemy==0.9.4
|
||||
PyPDF2==1.22
|
||||
SQLAlchemy==0.9.6
|
||||
Unidecode==0.04.16
|
||||
Werkzeug==0.9.4
|
||||
alembic==0.6.4
|
||||
Werkzeug==0.9.6
|
||||
alembic==0.6.5
|
||||
aniso8601==0.82
|
||||
argparse==1.2.1
|
||||
beautifulsoup4==4.3.2
|
||||
blinker==1.3
|
||||
boto==2.27.0
|
||||
git+https://github.com/DevTable/docker-py.git
|
||||
boto==2.31.1
|
||||
docker-py==0.3.2
|
||||
ecdsa==0.11
|
||||
gevent==1.0.1
|
||||
greenlet==0.4.2
|
||||
gunicorn==18.0
|
||||
hiredis==0.1.3
|
||||
gunicorn==19.0.0
|
||||
hiredis==0.1.4
|
||||
html5lib==0.999
|
||||
itsdangerous==0.24
|
||||
jsonschema==2.3.0
|
||||
lockfile==0.9.1
|
||||
loremipsum==1.0.2
|
||||
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
|
||||
paramiko==1.13.0
|
||||
peewee==2.2.3
|
||||
paramiko==1.14.0
|
||||
peewee==2.2.5
|
||||
py-bcrypt==0.4
|
||||
pycrypto==2.6.1
|
||||
python-daemon==1.6
|
||||
python-dateutil==2.2
|
||||
python-digitalocean==0.7
|
||||
python-ldap==2.4.15
|
||||
python-magic==0.4.6
|
||||
pytz==2014.2
|
||||
raven==4.2.1
|
||||
redis==2.9.1
|
||||
pytz==2014.4
|
||||
raven==5.0.0
|
||||
redis==2.10.1
|
||||
reportlab==2.7
|
||||
requests==2.2.1
|
||||
six==1.6.1
|
||||
stripe==1.14.0
|
||||
requests==2.3.0
|
||||
six==1.7.3
|
||||
stripe==1.18.0
|
||||
websocket-client==0.11.0
|
||||
wsgiref==0.1.2
|
||||
xhtml2pdf==0.0.6
|
||||
|
|
|
@ -3,7 +3,6 @@ import logging.config
|
|||
logging.config.fileConfig('conf/logging.conf', disable_existing_loggers=False)
|
||||
|
||||
import logging
|
||||
import daemon
|
||||
import argparse
|
||||
import os
|
||||
import requests
|
||||
|
|
Reference in a new issue