Skip to content

Commit 8cd3eeb

Browse files
committed
fix(setup): Add urllib3 to setup.py install_requires
1 parent dd0250b commit 8cd3eeb

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
@@ -10,7 +10,7 @@
1010
author='Sam McHardy',
1111
license='MIT',
1212
author_email='',
13-
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser'],
13+
install_requires=['requests', 'six', 'Twisted', 'pyOpenSSL', 'autobahn', 'service-identity', 'dateparser', 'urllib3'],
1414
keywords='binance exchange rest api bitcoin ethereum btc eth neo',
1515
classifiers=[
1616
'Intended Audience :: Developers',

0 commit comments

Comments
 (0)