Skip to content

Commit

Permalink
Merge pull request #20 from alexandre/pyup-initial-update
Browse files Browse the repository at this point in the history
Initial Update
  • Loading branch information
alexandre authored Aug 22, 2016
2 parents 87df460 + 5159c1b commit 90ca344
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
32 changes: 16 additions & 16 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
aniso8601==0.92
Flask==0.10.1
Flask-JWT==0.2.0
flask-mongoengine==0.7.1
aniso8601==1.1.0
Flask==0.11.1
Flask-JWT==0.3.2
flask-mongoengine==0.7.5
Flask-REST==1.1
Flask-RESTful==0.3.2
Flask-RESTful==0.3.5
Flask-Script==2.0.5
Flask-WTF==0.11
Flask-WTF==0.12
itsdangerous==0.24
Jinja2==2.7.3
Jinja2==2.8
MarkupSafe==0.23
mongoengine==0.9.0
passlib==1.6.2
py==1.4.26
pymongo==2.7.2
pytz==2015.2
six==1.9.0
uWSGI==2.0.10
Werkzeug==0.10.4
WTForms==2.0.2
mongoengine==0.10.6
passlib==1.6.5
py==1.4.31
pymongo==3.3.0
pytz==2016.6.1
six==1.10.0
uWSGI==2.0.13.1
Werkzeug==0.11.9
WTForms==2.1
10 changes: 5 additions & 5 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cov-core==1.15.0
coveralls==0.5
coverage==3.7.1
pylama==6.3.1
pytest==2.7.0
pytest-cov==1.8.1
coveralls==1.1
coverage==4.1
pylama==7.0.9
pytest==2.9.2
pytest-cov==2.3.0

0 comments on commit 90ca344

Please sign in to comment.