Skip to content

Commit 8b8a5d5

Browse files
committed
Add back urllib3 and lock down the version.
1 parent 69570fc commit 8b8a5d5

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.3
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.3',
6263
'requests>=2.21.0',
6364
'pytest>=4.4.1',
6465
'pytest-cov>=2.6.1',

0 commit comments

Comments
 (0)