projects
/
personal
/
aptbot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a10dc0f
)
updated setup and version to 0.2.0
author
Georgios Atheridis
<atheridis@tutamail.com>
Thu, 2 Jun 2022 18:09:00 +0000
(21:09 +0300)
committer
Georgios Atheridis
<atheridis@tutamail.com>
Thu, 2 Jun 2022 18:09:00 +0000
(21:09 +0300)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 8dde7b3f5d00e65171d5c349a7bb643f7e762e7a..0f936099ddb815301077f1c16a4d618c9a137167 100644
(file)
--- 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",
)