File tree Expand file tree Collapse file tree 2 files changed +26
-22
lines changed
Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Original file line number Diff line number Diff line change 11pip
22setuptools
3+ selenium == 3.14.1
34ipython == 5.6.0
4- selenium == 3.14.0
5- nose == 1.3.7
6- pytest == 3.8 .0
7- pytest-html == 1.19 .0
8- pytest-xdist == 1.23.0
9- six == 1.11.0
10- flake8 == 3.5 .0
11- requests = =2.19.1
12- beautifulsoup4 == 4.6.0
5+ pytest >= 3.8.1
6+ pytest-html >= 1.19.0
7+ pytest-xdist >= 1.23 .0
8+ pytest-cov >= 2.6 .0
9+ pytest-rerunfailures >= 4.1
10+ parameterized == 0.6.1
11+ six >= 1.11 .0
12+ requests > =2.19.1
13+ beautifulsoup4 == 4.6.3
1314unittest2 == 1.1.0
14- chardet = =3.0.4
15+ chardet > =3.0.4
1516urllib3 == 1.23
1617boto == 2.48.0
18+ nose == 1.3.7
1719ipdb == 0.11
18- parameterized == 0.6.1
20+ flake8 == 3.5.0
1921PyVirtualDisplay == 0.2.1
2022-e .
Original file line number Diff line number Diff line change 4747 install_requires = [
4848 'pip' ,
4949 'setuptools' ,
50+ 'selenium==3.14.1' ,
5051 'ipython==5.6.0' ,
51- 'selenium==3.14.0 ' ,
52- 'nose==1.3.7 ' ,
53- 'pytest==3.8 .0' ,
54- 'pytest-html==1.19 .0' ,
55- 'pytest-xdist==1.23.0 ' ,
56- 'six==1.11.0 ' ,
57- 'flake8==3.5 .0' ,
58- 'requests= =2.19.1' ,
59- 'beautifulsoup4==4.6.0 ' ,
52+ 'pytest>=3.8.1 ' ,
53+ 'pytest-html>=1.19.0 ' ,
54+ 'pytest-xdist>=1.23 .0' ,
55+ 'pytest-cov>=2.6 .0' ,
56+ 'pytest-rerunfailures>=4.1 ' ,
57+ 'parameterized==0.6.1 ' ,
58+ 'six>=1.11 .0' ,
59+ 'requests> =2.19.1' ,
60+ 'beautifulsoup4==4.6.3 ' ,
6061 'unittest2==1.1.0' ,
61- 'chardet= =3.0.4' ,
62+ 'chardet> =3.0.4' ,
6263 'urllib3==1.23' ,
6364 'boto==2.48.0' ,
65+ 'nose==1.3.7' ,
6466 'ipdb==0.11' ,
65- 'parameterized==0.6.1 ' ,
67+ 'flake8==3.5.0 ' ,
6668 'PyVirtualDisplay==0.2.1' ,
6769 ],
6870 packages = [
You can’t perform that action at this time.
0 commit comments