File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11beautifulsoup4 == 4.4.1
2- coverage == 4.0.2
2+ coverage == 4.1b2
33Flask == 0.10.1
44funcsigs == 0.4
55itsdangerous == 0.24
@@ -12,12 +12,12 @@ nosegae==0.5.8
1212pbr == 1.8.1
1313PyYAML == 3.11
1414waitress == 0.8.10
15- WebOb == 1.5.1
15+ WebOb == 1.6.0a0
1616WebTest == 2.0.20
17- Werkzeug == 0.11.2
17+ Werkzeug == 0.11.3
1818nose-timer == 0.5.0
19- Flask-SQLAlchemy == 2.0
20- PyMySQL == 0.6.6
19+ Flask-SQLAlchemy == 2.1
20+ PyMySQL == 0.7.1
2121python-memcached == 1.57
2222PyCrypto == 2.6.1
2323flaky == 3.0.3
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ commonargs =
2121deps =
2222 requests[security]
2323commands =
24- bash -c " find . -name requirements.txt |\
24+ bash -c " find . -name requirements\* .txt |\
2525 xargs -n 1 ./scripts/check_requirements.py"
2626whitelist_externals = bash
2727
2828[testenv:requpdate]
2929deps =
3030 requests[security]
3131commands =
32- bash -c " find . -name requirements.txt |\
32+ bash -c " find . -name requirements\* .txt |\
3333 xargs -n 1 ./scripts/update_requirements.py"
3434whitelist_externals = bash
3535
You can’t perform that action at this time.
0 commit comments