Skip to content

Commit

Permalink
Add extra flag [crpyto] for PyJWT dependency
Browse files Browse the repository at this point in the history
Add an extra flag for the PyJWT dependency so that the python cryptographic package is an explicit dependency which will be installed automatically together with github3.py. The problem is described in sigmavirus24#1077
  • Loading branch information
dev022022 committed Feb 22, 2022
1 parent 28abf6d commit 92a0b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ requires_dist =
[options]
packages = find:
install_requires =
PyJWT>=2.3.0
PyJWT[crypto]>=2.3.0
python-dateutil>=2.6.0
requests>=2.18
uritemplate>=3.0.0
Expand Down

0 comments on commit 92a0b1d

Please sign in to comment.