diff --git a/requirements.txt b/requirements.txt index 187041a..b7a393f 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 0a12712..2d47658 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