Upgrade the requirements, including the digitalocean library which scrubs data by default.
This commit is contained in:
parent
96fdae4f0d
commit
025518ac17
1 changed files with 8 additions and 8 deletions
|
@ -1,20 +1,20 @@
|
||||||
APScheduler==2.1.1
|
APScheduler==2.1.1
|
||||||
Flask==0.10.1
|
Flask==0.10.1
|
||||||
Flask-Login==0.2.7
|
Flask-Login==0.2.9
|
||||||
Flask-Mail==0.9.0
|
Flask-Mail==0.9.0
|
||||||
Flask-Principal==0.4.0
|
Flask-Principal==0.4.0
|
||||||
Jinja2==2.7.1
|
Jinja2==2.7.1
|
||||||
MarkupSafe==0.18
|
MarkupSafe==0.18
|
||||||
Pillow==2.2.1
|
Pillow==2.3.0
|
||||||
PyMySQL==0.6.1
|
PyMySQL==0.6.1
|
||||||
Werkzeug==0.9.4
|
Werkzeug==0.9.4
|
||||||
argparse==1.2.1
|
argparse==1.2.1
|
||||||
beautifulsoup4==4.3.2
|
beautifulsoup4==4.3.2
|
||||||
blinker==1.3
|
blinker==1.3
|
||||||
boto==2.17.0
|
boto==2.21.2
|
||||||
distribute==0.6.34
|
distribute==0.6.34
|
||||||
ecdsa==0.10
|
ecdsa==0.10
|
||||||
gevent==0.13.8
|
gevent==1.0
|
||||||
greenlet==0.4.1
|
greenlet==0.4.1
|
||||||
gunicorn==18.0
|
gunicorn==18.0
|
||||||
html5lib==1.0b3
|
html5lib==1.0b3
|
||||||
|
@ -23,16 +23,16 @@ lockfile==0.9.1
|
||||||
marisa-trie==0.5.1
|
marisa-trie==0.5.1
|
||||||
mixpanel-py==3.0.0
|
mixpanel-py==3.0.0
|
||||||
paramiko==1.12.0
|
paramiko==1.12.0
|
||||||
peewee==2.1.5
|
peewee==2.1.7
|
||||||
py-bcrypt==0.4
|
py-bcrypt==0.4
|
||||||
pyPdf==1.13
|
pyPdf==1.13
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
python-daemon==1.6
|
python-daemon==1.6
|
||||||
python-dateutil==2.2
|
python-dateutil==2.2
|
||||||
python-digitalocean==0.5.1
|
python-digitalocean==0.6
|
||||||
reportlab==2.7
|
reportlab==2.7
|
||||||
requests==2.0.1
|
requests==2.1.0
|
||||||
six==1.4.1
|
six==1.4.1
|
||||||
stripe==1.9.8
|
stripe==1.11.0
|
||||||
wsgiref==0.1.2
|
wsgiref==0.1.2
|
||||||
xhtml2pdf==0.0.5
|
xhtml2pdf==0.0.5
|
||||||
|
|
Reference in a new issue