From 925012cfdc46555d4f8ee57d79182e67ec744b77 Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Wed, 25 May 2022 23:02:24 +0000 Subject: [PATCH] fixed setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4ee98d9..2d40da5 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setuptools.setup( install_requires=[ "python-dotenv", "urllib3", + "websocket-client", ], python_requires=">=3.7", ) -- 2.30.2