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:
b1345b1
)
fixed setup.py
author
Georgios Atheridis
<atheridis@tutamail.com>
Wed, 25 May 2022 23:02:24 +0000
(23:02 +0000)
committer
Georgios Atheridis
<atheridis@tutamail.com>
Wed, 25 May 2022 23:02:24 +0000
(23:02 +0000)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/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",
)