Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7add6f4

Browse filesBrowse files
author
Bill Prin
committed
Add requirements-dev to reqcheck
1 parent 11681a2 commit 7add6f4
Copy full SHA for 7add6f4

File tree

Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed

‎requirements-dev.txt

Copy file name to clipboard
+5-5Lines 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

Copy file name to clipboardExpand all lines: tox.ini
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.