From: Georgios Atheridis Date: Thu, 2 Jun 2022 18:09:00 +0000 (+0300) Subject: updated setup and version to 0.2.0 X-Git-Url: https://git.atheridis.org/?a=commitdiff_plain;h=d03557b257e0a3e9f821c8b3fce7874cc8b88515;p=personal%2Faptbot.git updated setup and version to 0.2.0 --- 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", )