8000 Pin to urllib3 to fix encoding issue (#487) · guodah/server-client-python@869ae40 · GitHub
[go: up one dir, main page]

Skip to content

Commit 869ae40

Browse files
t8y8gaoang2148
authored andcommitted
Pin to urllib3 to fix encoding issue (tableau#487)
1 parent 942dbd7 commit 869ae40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
test_suite='test',
2626
setup_requires=pytest_runner,
2727
install_requires=[
28-
'requests>=2.11,<3.0'
28+
'requests>=2.11,<3.0',
29+
'urllib3==1.24.3'
2930
],
3031
tests_require=[
3132
'requests-mock>=1.0,<2.0',

0 commit comments

Comments
 (0)
0