Skip to content

Commit b7ed2f6

Browse files
committed
Use requests instead of urllib3
1 parent e7f799f commit b7ed2f6

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ ipdb
66
chardet
77
unittest2
88
selenium==3.141.0
9-
requests==2.21.0
10-
urllib3==1.24.2
9+
requests>=2.21.0
1110
pytest>=4.4.1
1211
pytest-cov>=2.6.1
1312
pytest-forked>=1.0.2

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.141.0',
62-
'requests==2.21.0', # Changing this may effect "urllib3"
63-
'urllib3>=1.24.2,<1.25.0', # Keep this lib in sync with "requests"
62+
'requests>=2.21.0',
6463
'pytest>=4.4.1',
6564
'pytest-cov>=2.6.1',
6665
'pytest-forked>=1.0.2',

0 commit comments

Comments
 (0)