File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
pip
2
- ipython
3
2
setuptools
3
+ ipython
4
+ six
5
+ nose
6
+ ipdb
7
+ chardet
8
+ unittest2
4
9
selenium == 3.14.1
10
+ requests >= 2.20.0
5
11
pytest >= 3.9.1
6
12
pytest-cov >= 2.6.0
7
13
pytest-html >= 1.19.0
8
14
pytest-rerunfailures >= 4.2
9
15
pytest-xdist >= 1.23.2
10
16
parameterized == 0.6.1
11
17
beautifulsoup4 >= 4.6.0
12
- six >= 1.11.0
13
18
pyotp >= 2.2.6
14
- requests >= 2.19.1
15
- unittest2 >= 1.1.0
16
- chardet >= 3.0.4
17
19
boto >= 2.49.0
18
- nose == 1.3.7
19
- ipdb == 0.11
20
20
flake8 == 3.5.0
21
21
PyVirtualDisplay == 0.2.1
22
22
-e .
Original file line number Diff line number Diff line change 51
51
],
52
52
install_requires = [
53
53
'pip' ,
54
- 'ipython' ,
55
54
'setuptools' ,
55
+ 'ipython' ,
56
+ 'six' ,
57
+ 'nose' ,
58
+ 'ipdb' ,
59
+ 'chardet' ,
60
+ 'unittest2' ,
56
61
'selenium==3.14.1' ,
62
+ 'requests>=2.20.0' ,
57
63
'pytest>=3.9.1' ,
58
64
'pytest-cov>=2.6.0' ,
59
65
'pytest-html>=1.19.0' ,
60
66
'pytest-rerunfailures>=4.2' ,
61
67
'pytest-xdist>=1.23.2' ,
62
68
'parameterized==0.6.1' ,
63
69
'beautifulsoup4>=4.6.0' , # Keep at >=4.6.0 while using bs4
64
- 'six>=1.11.0' ,
65
70
'pyotp>=2.2.6' ,
66
- 'requests>=2.19.1' ,
67
- 'unittest2>=1.1.0' ,
68
- 'chardet>=3.0.4' ,
69
71
'boto>=2.49.0' ,
70
- 'nose==1.3.7' , # Keep at ==1.3.7
71
- 'ipdb==0.11' ,
72
72
'flake8==3.5.0' ,
73
73
'PyVirtualDisplay==0.2.1' ,
74
74
],
You can’t perform that action at this time.
0 commit comments