From 8409b3587d6d2675ad7401aac317b05539f3e516 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 | 2 ++ 2 files changed, 2 insertions(+), 2 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..2d47658c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,6 +34,8 @@ install_requires = 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