File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
selenium==2.48.0
2
2
nose==1.3.7
3
- pytest==2.8.3
3
+ pytest==2.8.5
4
4
flake8==2.5.0
5
- requests==2.7.0
6
- urllib3==1.10.4
5
+ requests==2.9.1
6
+ urllib3==1.14
7
7
BeautifulSoup==3.2.1
8
8
unittest2==1.1.0
9
9
chardet==2.3.0
10
- simplejson==3.7.3
10
+ simplejson==3.8.1
11
11
boto==2.38.0
12
12
pdb==0.1
13
13
ipdb==0.8.1
Original file line number Diff line number Diff line change 1
1
selenium == 2.48.0
2
2
nose == 1.3.7
3
- pytest == 2.8.3
3
+ pytest == 2.8.5
4
4
flake8 == 2.5.0
5
- requests == 2.7.0
6
- urllib3 == 1.10.4
5
+ requests == 2.9.1
6
+ urllib3 == 1.14
7
7
BeautifulSoup == 3.2.1
8
8
unittest2 == 1.1.0
9
9
chardet == 2.3.0
10
- simplejson == 3.7.3
10
+ simplejson == 3.8.1
11
11
boto == 2.38.0
12
12
pdb == 0.1
13
13
ipdb == 0.8.1
Original file line number Diff line number Diff line change 1
1
selenium==2.48.0
2
2
nose==1.3.7
3
- pytest==2.8.3
3
+ pytest==2.8.5
4
4
flake8==2.5.0
5
- requests==2.7.0
6
- urllib3==1.10.4
5
+ requests==2.9.1
6
+ urllib3==1.14
7
7
BeautifulSoup==3.2.1
8
8
unittest2==1.1.0
9
9
chardet==2.3.0
10
- simplejson==3.7.3
10
+ simplejson==3.8.1
11
11
boto==2.38.0
12
12
MySQL-python==1.2.5
13
13
pdb==0.1
Original file line number Diff line number Diff line change 16
16
install_requires = [
17
17
'selenium==2.48.0' ,
18
18
'nose==1.3.7' ,
19
- 'pytest==2.8.3 ' ,
19
+ 'pytest==2.8.5 ' ,
20
20
'flake8==2.5.0' ,
21
- 'requests==2.7.0 ' ,
22
- 'urllib3==1.10.4 ' ,
21
+ 'requests==2.9.1 ' ,
22
+ 'urllib3==1.14 ' ,
23
23
'BeautifulSoup==3.2.1' ,
24
24
'unittest2==1.1.0' ,
25
25
'chardet==2.3.0' ,
26
- 'simplejson==3.7.3 ' ,
26
+ 'simplejson==3.8.1 ' ,
27
27
'boto==2.38.0' ,
28
28
'ipdb==0.8.1' ,
29
29
],
You can’t perform that action at this time.
0 commit comments