Skip to content

Commit fd7e580

Browse files
committed
Bring back urllib3
1 parent a3b2a51 commit fd7e580

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ipdb
66
chardet
77
unittest2
88
selenium==3.141.0
9+
urllib3==1.24.2
910
requests>=2.21.0
1011
pytest>=4.4.1
1112
pytest-cov>=2.6.1

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.141.0',
62+
'urllib3==1.24.2',
6263
'requests>=2.21.0',
6364
'pytest>=4.4.1',
6465
'pytest-cov>=2.6.1',

0 commit comments

Comments
 (0)