Skip to content

Commit c09c1c9

Browse files
authored
Removes urllib3 dep (#156)
This dep is already a part of requests, so including it a second time can cause installation to fail if requests puts a limit on the version of urllib3 and we dont.
1 parent 885cb80 commit c09c1c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author_email='f5-icontrol-rest-python@f5.com',
2929
url='https://github.com/F5Networks/f5-icontrol-rest-python',
3030
keywords=['F5', 'icontrol', 'rest', 'api', 'bigip'],
31-
install_requires=['requests >= 2.5.0, < 3', 'urllib3'],
31+
install_requires=['requests >= 2.5.0, < 3'],
3232
py_modules=[
3333
'icontrol.session',
3434
],

0 commit comments

Comments
 (0)