Skip to content

Commit 640109c

Browse files
committed
Merge pull request #175 from GoogleCloudPlatform/add_dev_reqs
Add requirements-dev to reqcheck
2 parents aa015c9 + 7add6f4 commit 640109c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
beautifulsoup4==4.4.1
2-
coverage==4.0.2
2+
coverage==4.1b2
33
Flask==0.10.1
44
funcsigs==0.4
55
itsdangerous==0.24
@@ -12,12 +12,12 @@ nosegae==0.5.8
1212
pbr==1.8.1
1313
PyYAML==3.11
1414
waitress==0.8.10
15-
WebOb==1.5.1
15+
WebOb==1.6.0a0
1616
WebTest==2.0.20
17-
Werkzeug==0.11.2
17+
Werkzeug==0.11.3
1818
nose-timer==0.5.0
19-
Flask-SQLAlchemy==2.0
20-
PyMySQL==0.6.6
19+
Flask-SQLAlchemy==2.1
20+
PyMySQL==0.7.1
2121
python-memcached==1.57
2222
PyCrypto==2.6.1
2323
flaky==3.0.3

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ commonargs =
2121
deps =
2222
requests[security]
2323
commands =
24-
bash -c "find . -name requirements.txt |\
24+
bash -c "find . -name requirements\*.txt |\
2525
xargs -n 1 ./scripts/check_requirements.py"
2626
whitelist_externals = bash
2727

2828
[testenv:requpdate]
2929
deps =
3030
requests[security]
3131
commands =
32-
bash -c "find . -name requirements.txt |\
32+
bash -c "find . -name requirements\*.txt |\
3333
xargs -n 1 ./scripts/update_requirements.py"
3434
whitelist_externals = bash
3535

0 commit comments

Comments
 (0)