Skip to content

Commit ac055b4

Browse files
author
Callum Oakley
committed
fixed urllib3 on version 1.17 until 1.19 is released with this fix: urllib3/urllib3#987 (1.18 was breaking travis)
1 parent 0d83c57 commit ac055b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
install_requires=[
3636
'six',
3737
'requests>=2.3.0',
38-
'urllib3',
38+
'urllib3==1.17',
3939
'pyopenssl',
4040
'ndg-httpsclient',
4141
'pyasn1'

0 commit comments

Comments
 (0)