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 1
1
beautifulsoup4 == 4.4.1
2
- coverage == 4.0.2
2
+ coverage == 4.1b2
3
3
Flask == 0.10.1
4
4
funcsigs == 0.4
5
5
itsdangerous == 0.24
@@ -12,12 +12,12 @@ nosegae==0.5.8
12
12
pbr == 1.8.1
13
13
PyYAML == 3.11
14
14
waitress == 0.8.10
15
- WebOb == 1.5.1
15
+ WebOb == 1.6.0a0
16
16
WebTest == 2.0.20
17
- Werkzeug == 0.11.2
17
+ Werkzeug == 0.11.3
18
18
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
21
21
python-memcached == 1.57
22
22
PyCrypto == 2.6.1
23
23
flaky == 3.0.3
Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ commonargs =
21
21
deps =
22
22
requests[security]
23
23
commands =
24
- bash -c " find . -name requirements.txt |\
24
+ bash -c " find . -name requirements\* .txt |\
25
25
xargs -n 1 ./scripts/check_requirements.py"
26
26
whitelist_externals = bash
27
27
28
28
[testenv:requpdate]
29
29
deps =
30
30
requests[security]
31
31
commands =
32
- bash -c " find . -name requirements.txt |\
32
+ bash -c " find . -name requirements\* .txt |\
33
33
xargs -n 1 ./scripts/update_requirements.py"
34
34
whitelist_externals = bash
35
35
You can’t perform that action at this time.
0 commit comments