Skip to content

Commit

Permalink
Add "webexpythonsdk" version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sakthivel Ramasamy (sakthram) committed Aug 26, 2024
1 parent 1fe0467 commit 5085891
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ tox==3.14.0
coverage==4.5.4
Sphinx==1.8.5
twine==1.14.0
webexpythonsdk
webexpythonsdk==2.0.1
pytest==4.6.5
pytest-runner==5.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
with open('README.md') as readme_file:
readme = readme_file.read()

requirements = ['webexpythonsdk', 'coloredlogs', 'websockets==11.0.3', 'backoff']
requirements = ['webexpythonsdk==2.0.1', 'coloredlogs', 'websockets==11.0.3', 'backoff']

setup_requirements = ['pytest-runner', ]

Expand Down

0 comments on commit 5085891

Please sign in to comment.