diff --git a/setup.py b/setup.py index 869a8a606..a9943ef70 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ license='MIT', author_email='', install_requires=[ - 'requests', 'six', 'dateparser', 'aiohttp', 'ujson', 'websockets==9.1' + 'requests', 'six', 'dateparser', 'aiohttp', 'ujson', 'websockets==10.2' ], keywords='binance exchange rest api bitcoin ethereum btc eth neo', classifiers=[