From 5085891772063a72f1eca5d58c0cd9e9043fb1e6 Mon Sep 17 00:00:00 2001 From: "Sakthivel Ramasamy (sakthram)" Date: Mon, 26 Aug 2024 18:00:10 +0530 Subject: [PATCH] Add "webexpythonsdk" version --- requirements_dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 9c102c4..87a433b 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -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 diff --git a/setup.py b/setup.py index f13375a..28fc0a3 100644 --- a/setup.py +++ b/setup.py @@ -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', ]