Skip to content

Commit 6840663

Browse files
committed
add missing dependency
1 parent 40e5fc1 commit 6840663

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
python_requires=">=3.8",
3939
install_requires=[
4040
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
41+
"PyJWT~=2.9.0",
4142
],
4243
classifiers=[
4344
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)