Skip to content

Commit

Permalink
Merge 7add6f4 into aa015c9
Browse files Browse the repository at this point in the history
  • Loading branch information
waprin committed Feb 5, 2016
2 parents aa015c9 + 7add6f4 commit e338026
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beautifulsoup4==4.4.1
coverage==4.0.2
coverage==4.1b2
Flask==0.10.1
funcsigs==0.4
itsdangerous==0.24
Expand All @@ -12,12 +12,12 @@ nosegae==0.5.8
pbr==1.8.1
PyYAML==3.11
waitress==0.8.10
WebOb==1.5.1
WebOb==1.6.0a0
WebTest==2.0.20
Werkzeug==0.11.2
Werkzeug==0.11.3
nose-timer==0.5.0
Flask-SQLAlchemy==2.0
PyMySQL==0.6.6
Flask-SQLAlchemy==2.1
PyMySQL==0.7.1
python-memcached==1.57
PyCrypto==2.6.1
flaky==3.0.3
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ commonargs =
deps =
requests[security]
commands =
bash -c "find . -name requirements.txt |\
bash -c "find . -name requirements\*.txt |\
xargs -n 1 ./scripts/check_requirements.py"
whitelist_externals = bash

[testenv:requpdate]
deps =
requests[security]
commands =
bash -c "find . -name requirements.txt |\
bash -c "find . -name requirements\*.txt |\
xargs -n 1 ./scripts/update_requirements.py"
whitelist_externals = bash

Expand Down

0 comments on commit e338026

Please sign in to comment.