Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fbradyirl committed Apr 24, 2024
1 parent db4389f commit bd3690a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
with open("README.md") as readme_file:
readme = readme_file.read()

# For latest unreleased version use
# `webexteamssdk@ git+https://github.com/WebexCommunity/WebexPythonSDK.git`
requirements = ["webexteamssdk==1.6.1", "coloredlogs", "websockets==11.0.3", "backoff"]

setup_requirements = ["pytest-runner"]
Expand Down

0 comments on commit bd3690a

Please sign in to comment.