Skip to content

Commit db049e0

Browse files
authored
pin urllib to 1.26 as per #46
1 parent 258f3b5 commit db049e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
'pandas==1.3.5',
3333
'requests',
3434
'protobuf==3.20',
35-
'lxml'
35+
'lxml',
36+
'urllib3==1.26.6'
3637
],
3738
classifiers=[
3839
'Development Status :: 5 - Production/Stable',

0 commit comments

Comments
 (0)