Skip to content

Commit

Permalink
Update dependencies to more latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Dec 7, 2016
1 parent fb75626 commit 51117e8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 12 deletions.
19 changes: 10 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
httplib2==0.9.2
Flask==0.11.1
Flask-Admin==1.1.0
Werkzeug==0.11.11
Jinja2==2.8
itsdangerous==0.24
click==6.6
MarkupSafe==0.23

httplib2==0.9.2
Flask-Admin==1.4.2
Flask-RESTful==0.3.5
Flask-Login==0.3.2
Flask-Login==0.4.0
Flask-OAuthLib==0.9.2
Flask-SQLAlchemy==2.1
flask-mail==0.9.1
flask-sslify==0.1.5
Flask-Limiter==0.9.3
passlib==1.6.2
Jinja2==2.8
MarkupSafe==0.23
Werkzeug==0.11.3
aniso8601==1.1.0
blinker==1.3
itsdangerous==0.24
psycopg2==2.5.2
python-dateutil==2.4.2
pytz==2016.7
Expand All @@ -28,7 +31,6 @@ statsd==2.1.2
gunicorn==19.4.5
celery==3.1.23
jsonschema==2.4.0
click==6.6
RestrictedPython==3.6.0
pysaml2==2.4.0
pycrypto==2.6.1
Expand All @@ -39,5 +41,4 @@ xlsxwriter==0.9.3
pystache==0.5.4
parsedatetime==2.1
cryptography==1.4
Flask-Limiter==0.9.3
simplejson==3.10.0
6 changes: 3 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nose==1.3.0
coverage==3.7.1
mock==1.0.1
nose==1.3.7
coverage==4.0.3
mock==2.0.0

0 comments on commit 51117e8

Please sign in to comment.