File tree Expand file tree Collapse file tree 3 files changed +25
-28
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 3 files changed +25
-28
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ cookiecutter QA
16
16
.. image :: https://readthedocs.org/projects/cookiecutter-qa/badge/?version=latest
17
17
:target: http://cookiecutter-qa.readthedocs.io
18
18
19
- .. image :: https://www.browserstack.com/automate/badge.svg?badge_key=cUZrc0xQdENBOTAyNnU0Zy9RZ3oxMUovalh0UTZ6VFpWT2J0RkxkUW5Rcz0tLWpJL2lkcEptbHdmSEN4WEZ0RGZ1dmc9PQ==--0a9b15d748993f1a0079f3256baa9e8348457ca4
20
- :target: https://www.browserstack.com/automate/public-build/cUZrc0xQdENBOTAyNnU0Zy9RZ3oxMUovalh0UTZ6VFpWT2J0RkxkUW5Rcz0tLWpJL2lkcEptbHdmSEN4WEZ0RGZ1dmc9PQ==--0a9b15d748993f1a0079f3256baa9e8348457ca4
21
-
22
19
Coookiecutter QA let you create QA projects based on the Cookiecutter _ scaffolding project.
23
20
24
21
Usage
Original file line number Diff line number Diff line change 1
1
alabaster==0.7.10
2
2
argh==0.26.2
3
3
arrow==0.10.0
4
- Babel==2.4 .0
5
- binaryornot==0.4.3
6
- certifi==2017.4.17
4
+ Babel==2.5 .0
5
+ binaryornot==0.4.4
6
+ certifi==2017.7.27.1
7
7
chardet==3.0.4
8
8
click==6.7
9
9
cookiecutter==1.5.1
10
- docutils==0.13.1
10
+ docutils==0.14
11
11
future==0.16.0
12
- idna==2.5
12
+ idna==2.6
13
13
imagesize==0.7.1
14
14
Jinja2==2.9.6
15
15
jinja2-time==0.2.0
16
16
MarkupSafe==1.0
17
17
pathtools==0.1.2
18
- pluggy==0.4.0
18
+ pluggy==0.5.2
19
19
poyo==0.4.1
20
20
py==1.4.34
21
21
Pygments==2.2.0
22
- pytest==3.1.2
22
+ pytest==3.2.1
23
23
pytest-cookies==0.2.0
24
24
python-dateutil==2.6.1
25
25
pytz==2017.2
26
26
PyYAML==3.12
27
- requests==2.18.1
27
+ requests==2.18.4
28
28
six==1.10.0
29
29
snowballstemmer==1.2.1
30
30
Sphinx==1.6.3
31
31
sphinx-rtd-theme==0.2.4
32
32
sphinxcontrib-websupport==1.0.1
33
- tox==2.7.0
33
+ tox==2.8.1
34
34
urllib3==1.22
35
35
virtualenv==15.1.0
36
36
watchdog==0.8.3 # required by watchmedo
Original file line number Diff line number Diff line change 1
1
alabaster == 0.7.10
2
- Babel == 2.4 .0
2
+ Babel == 2.5 .0
3
3
click == 6.7
4
- colander == 1.3.3
4
+ colander == 1.4
5
5
configparser == 3.5.0
6
6
coverage == 4.4.1
7
- docutils == 0.13.1
7
+ docutils == 0.14
8
8
funcsigs == 1.0.2
9
- glob2 == 0.5
9
+ glob2 == 0.6
10
10
imagesize == 0.7.1
11
11
iso8601 == 0.1.12
12
12
Jinja2 == 2.9.6
@@ -16,38 +16,38 @@ mock==2.0.0
16
16
parse == 1.8.2
17
17
parse-type == 0.3.4
18
18
pbr == 3.1.1
19
- pluggy == 0.4.0
19
+ pluggy == 0.5.2
20
20
py == 1.4.34
21
21
pycodestyle == 2.3.1
22
22
Pygments == 2.2.0
23
23
PyPOM == 1.2.0
24
24
pypom-form == 0.2.2
25
- pytest == 3.0.7
25
+ pytest == 3.2.1
26
26
pytest-bdd == 2.18.2
27
27
pytest-cov == 2.5.1
28
- pytest-html == 1.15.1
28
+ pytest-html == 1.15.2
29
29
pytest-metadata == 1.5.0
30
30
pytest-pypom-navigation == 0.0.1
31
31
pytest-splinter == 1.8.5
32
32
pytest-testrail == 0.0.11
33
- pytest-variables == 1.6.1
33
+ pytest-variables == 1.7.0
34
34
pytz == 2017.2
35
35
PyYAML == 3.12
36
- requests == 2.11.1
37
- selenium == 3.4.3
38
- setuptools == 3.6.2.2
36
+ requests == 2.18.4
37
+ selenium == 3.5.0
38
+ setuptools == 36.4.0
39
39
simplejson == 3.11.1
40
40
six == 1.10.0
41
41
snowballstemmer == 1.2.1
42
42
Sphinx == 1.6.3
43
43
sphinx-rtd-theme == 0.2.4
44
44
sphinxcontrib-websupport == 1.0.1
45
- splinter == 0.7.5
46
- tox == 2.7.0
45
+ splinter == 0.7.6
46
+ tox == 2.8.1
47
47
translationstring == 1.3
48
- typing == 3.6.1
48
+ typing == 3.6.2
49
49
virtualenv == 15.1.0
50
- zope.component == 4.3 .0
50
+ zope.component == 4.4 .0
51
51
zope.dottedname == 4.2
52
- zope.event == 4.2 .0
52
+ zope.event == 4.3 .0
53
53
zope.interface == 4.4.2
You can’t perform that action at this time.
0 commit comments