Skip to content

Commit

Permalink
Updating requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven committed Dec 3, 2024
1 parent 6330a87 commit 8409b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
python-jwt==1.7.0; python_version == "2.7"
python-jwt==2.9.0; python_version >= "3.6"
-e .[dev,test]
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8409b35

Please sign in to comment.