fixed setup.py
authorGeorgios Atheridis <atheridis@tutamail.com>
Wed, 25 May 2022 23:02:24 +0000 (23:02 +0000)
committerGeorgios Atheridis <atheridis@tutamail.com>
Wed, 25 May 2022 23:02:24 +0000 (23:02 +0000)
setup.py

index 4ee98d9a1d4b059520c8adac368282798ed0b771..2d40da52c057d3d8027dade514029a3ee19949b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ setuptools.setup(
     install_requires=[
         "python-dotenv",
         "urllib3",
+        "websocket-client",
     ],
     python_requires=">=3.7",
 )