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 13adf31
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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]
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13adf31

Please sign in to comment.