File tree 4 files changed +12
-12
lines changed
4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
1
pip >= 9.0.1
2
- setuptools >= 36.0.1
2
+ setuptools >= 36.2.0
3
3
ipython == 5.4.1
4
4
selenium == 3.4.3
5
5
nose >= 1.3.7
6
- pytest >= 3.1.1
6
+ pytest >= 3.1.3
7
7
pytest-html >= 1.15.1
8
8
six >= 1.10.0
9
9
flake8 >= 3.3.0
10
- requests >= 2.13.0
10
+ requests >= 2.18.1
11
11
urllib3 == 1.21.1
12
12
BeautifulSoup4 == 4.6.0
13
13
unittest2 >= 1.1.0
Original file line number Diff line number Diff line change 1
1
pip>=9.0.1
2
- setuptools>=36.0.1
2
+ setuptools>=36.2.0
3
3
ipython==5.4.1
4
4
selenium==2.53.6
5
5
nose>=1.3.7
6
- pytest>=3.1.1
6
+ pytest>=3.1.3
7
7
pytest-html>=1.15.1
8
8
six>=1.10.0
9
9
flake8>=3.3.0
10
- requests>=2.13.0
10
+ requests>=2.18.1
11
11
urllib3==1.21.1
12
12
BeautifulSoup4==4.6.0
13
13
unittest2>=1.1.0
Original file line number Diff line number Diff line change 19
19
license = 'The MIT License' ,
20
20
install_requires = [
21
21
'pip>=9.0.1' ,
22
- 'setuptools>=36.0.1 ' ,
22
+ 'setuptools>=36.2.0 ' ,
23
23
'ipython==5.4.1' ,
24
24
'selenium==2.53.6' ,
25
25
'nose>=1.3.7' ,
26
- 'pytest>=3.1.1 ' ,
26
+ 'pytest>=3.1.3 ' ,
27
27
'pytest-html>=1.15.1' ,
28
28
'six>=1.10.0' ,
29
29
'flake8>=3.3.0' ,
30
- 'requests>=2.13.0 ' ,
30
+ 'requests>=2.18.1 ' ,
31
31
'urllib3==1.21.1' ,
32
32
'BeautifulSoup4==4.6.0' ,
33
33
'unittest2>=1.1.0' ,
Original file line number Diff line number Diff line change 18
18
license = 'The MIT License' ,
19
19
install_requires = [
20
20
'pip>=9.0.1' ,
21
- 'setuptools>=36.0.1 ' ,
21
+ 'setuptools>=36.2.0 ' ,
22
22
'ipython==5.4.1' ,
23
23
'selenium==3.4.3' ,
24
24
'nose>=1.3.7' ,
25
- 'pytest>=3.1.1 ' ,
25
+ 'pytest>=3.1.3 ' ,
26
26
'pytest-html>=1.15.1' ,
27
27
'six>=1.10.0' ,
28
28
'flake8>=3.3.0' ,
29
- 'requests>=2.13.0 ' ,
29
+ 'requests>=2.18.1 ' ,
30
30
'urllib3==1.21.1' ,
31
31
'BeautifulSoup4==4.6.0' ,
32
32
'unittest2>=1.1.0' ,
You can’t perform that action at this time.
0 commit comments