From d03557b257e0a3e9f821c8b3fce7874cc8b88515 Mon Sep 17 00:00:00 2001 From: Georgios Atheridis Date: Thu, 2 Jun 2022 21:09:00 +0300 Subject: [PATCH] updated setup and version to 0.2.0 --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8dde7b3..0f93609 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh: setuptools.setup( name="aptbot", - version="0.1.0", + version="0.2.0", author="Georgios Atheridis", author_email="atheridis@tutamail.com", description="A chatbot for twitch.tv", @@ -27,7 +27,6 @@ setuptools.setup( install_requires=[ "python-dotenv", "urllib3", - "websocket-client", ], python_requires=">=3.9", ) -- 2.30.2