From dffa43cfcfe87d4ebdbfc4f99f8fad93412b52cd Mon Sep 17 00:00:00 2001 From: Aaron Wisner Date: Thu, 20 Jan 2022 18:32:51 -0800 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 041d9ae64..069b570df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ aiohttp dateparser requests ujson -websockets==9.1 +websockets==10.1 From 6e976184559895f580beb82056430a068395503a Mon Sep 17 00:00:00 2001 From: Aaron Wisner Date: Thu, 20 Jan 2022 18:45:47 -0800 Subject: [PATCH 2/2] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 869a8a606..09dfd8a12 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.1' ], keywords='binance exchange rest api bitcoin ethereum btc eth neo', classifiers=[