Skip to content

Commit 196814e

Browse files
authored
Merge pull request #1078 from dev022022/patch-1
Add extra flag [crpyto] for PyJWT dependency
2 parents 28abf6d + 92a0b1d commit 196814e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ requires_dist =
3737
[options]
3838
packages = find:
3939
install_requires =
40-
PyJWT>=2.3.0
40+
PyJWT[crypto]>=2.3.0
4141
python-dateutil>=2.6.0
4242
requests>=2.18
4343
uritemplate>=3.0.0

0 commit comments

Comments
 (0)