Skip to content

Commit a13ee9b

Browse files
committed
fixing urllib3 issue no. 2168: See: urllib3/urllib3#2168
1 parent 7f1906a commit a13ee9b

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
'numpy',
2626
'requests',
2727
'scikit-learn',
28-
'NwalaTextUtils==0.0.5'
28+
'NwalaTextUtils==0.0.5',
29+
'urllib3<2.0'
2930
],
3031
entry_points={'console_scripts': ['sumgram = sumgram.sumgram:main']}
3132
)

0 commit comments

Comments
 (0)