Skip to content

Commit

Permalink
fixed required dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
GregHilston committed Aug 25, 2020
1 parent 9b594fe commit 0f07317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from setuptools.command.install import install


VERSION = "2.1.0"
VERSION = "2.2.0"
VERSION_WITH_LEADING_V = f"v{VERSION}"


Expand Down Expand Up @@ -58,7 +58,7 @@ def create_matching_git_tag(self):
"slackclient==2.8.0",
"pyyaml",
"wheel",
"websocket-client==0.48", # required to define as our dependency has a dependency which broke backwards compatibility
"websocket-client==0.56", # required to define as our dependency has a dependency which broke backwards compatibility
],
python_requires='>=3.7',
cmdclass={
Expand Down

0 comments on commit 0f07317

Please sign in to comment.