From 13adf31aa1c713824d2cc23bbaa46436eb5589c7 Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 3 Dec 2024 09:23:34 +0100 Subject: [PATCH] Updating requirements --- requirements.txt | 2 -- setup.cfg | 4 +++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 187041a7..b7a393ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1 @@ -python-jwt==1.7.0; python_version == "2.7" -python-jwt==2.9.0; python_version >= "3.6" -e .[dev,test] diff --git a/setup.cfg b/setup.cfg index 0a127127..994d1c33 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,11 +29,13 @@ classifiers = [options] zip_safe = False packages = find: -install_requires = +install_requires =g python-socketio[client]>=5.11.0,<6; python_version != '2.7' requests>=2.25.1 Deprecated==1.2.15 pywin32>=308; sys_platform == 'win32' and python_version != '2.7' + pyjwt==1.7.1; python_version == '2.7' + pyjwt>=2.4.0; python_version >= '3.6' [options.packages.find] # ignore gazutest directory