Refresh the dependencies and switch to upstream docker-py.
This commit is contained in:
parent
8b3184a7cb
commit
a77ccee9cd
2 changed files with 16 additions and 16 deletions
|
@ -18,7 +18,7 @@ paramiko
|
||||||
xhtml2pdf
|
xhtml2pdf
|
||||||
redis
|
redis
|
||||||
hiredis
|
hiredis
|
||||||
git+https://github.com/devtable/docker-py.git@emptydirs
|
docker-py
|
||||||
pygithub
|
pygithub
|
||||||
flask-restful
|
flask-restful
|
||||||
jsonschema
|
jsonschema
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
APScheduler==3.0.0
|
APScheduler==3.0.1
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
Flask-Login==0.2.11
|
Flask-Login==0.2.11
|
||||||
Flask-Mail==0.9.1
|
Flask-Mail==0.9.1
|
||||||
|
@ -8,12 +8,12 @@ Jinja2==2.7.3
|
||||||
LogentriesLogger==0.2.1
|
LogentriesLogger==0.2.1
|
||||||
Mako==1.0.0
|
Mako==1.0.0
|
||||||
MarkupSafe==0.23
|
MarkupSafe==0.23
|
||||||
Pillow==2.6.0
|
Pillow==2.6.1
|
||||||
PyGithub==1.25.1
|
PyGithub==1.25.2
|
||||||
PyMySQL==0.6.2
|
PyMySQL==0.6.2
|
||||||
PyPDF2==1.23
|
PyPDF2==1.23
|
||||||
PyYAML==3.11
|
PyYAML==3.11
|
||||||
SQLAlchemy==0.9.7
|
SQLAlchemy==0.9.8
|
||||||
Werkzeug==0.9.6
|
Werkzeug==0.9.6
|
||||||
git+https://github.com/DevTable/aniso8601-fake.git
|
git+https://github.com/DevTable/aniso8601-fake.git
|
||||||
git+https://github.com/DevTable/anunidecode.git
|
git+https://github.com/DevTable/anunidecode.git
|
||||||
|
@ -21,13 +21,13 @@ alembic==0.6.7
|
||||||
backports.ssl-match-hostname==3.4.0.2
|
backports.ssl-match-hostname==3.4.0.2
|
||||||
beautifulsoup4==4.3.2
|
beautifulsoup4==4.3.2
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
boto==2.32.1
|
boto==2.34.0
|
||||||
git+https://github.com/devtable/docker-py.git@emptydirs
|
docker-py==0.6.0
|
||||||
ecdsa==0.11
|
ecdsa==0.11
|
||||||
futures==2.2.0
|
futures==2.2.0
|
||||||
gevent==1.0.1
|
gevent==1.0.1
|
||||||
gipc==0.4.0
|
gipc==0.5.0
|
||||||
greenlet==0.4.4
|
greenlet==0.4.5
|
||||||
gunicorn==18.0
|
gunicorn==18.0
|
||||||
hiredis==0.1.5
|
hiredis==0.1.5
|
||||||
html5lib==0.999
|
html5lib==0.999
|
||||||
|
@ -37,21 +37,21 @@ marisa-trie==0.6
|
||||||
git+https://github.com/NateFerrero/oauth2lib.git
|
git+https://github.com/NateFerrero/oauth2lib.git
|
||||||
mixpanel-py==3.2.0
|
mixpanel-py==3.2.0
|
||||||
paramiko==1.15.1
|
paramiko==1.15.1
|
||||||
peewee==2.3.3
|
peewee==2.4.2
|
||||||
psycopg2==2.5.4
|
psycopg2==2.5.4
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
python-dateutil==2.2
|
python-dateutil==2.2
|
||||||
python-ldap==2.4.17
|
python-ldap==2.4.18
|
||||||
python-magic==0.4.6
|
python-magic==0.4.6
|
||||||
pytz==2014.7
|
pytz==2014.9
|
||||||
raven==5.0.0
|
raven==5.1.1
|
||||||
redis==2.10.3
|
redis==2.10.3
|
||||||
reportlab==2.7
|
reportlab==2.7
|
||||||
requests==2.4.3
|
requests==2.4.3
|
||||||
six==1.8.0
|
six==1.8.0
|
||||||
stripe==1.19.0
|
stripe==1.19.1
|
||||||
tzlocal==1.1.1
|
tzlocal==1.1.2
|
||||||
websocket-client==0.18.0
|
websocket-client==0.21.0
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
xhtml2pdf==0.0.6
|
xhtml2pdf==0.0.6
|
||||||
|
|
Reference in a new issue