Skip to content

Commit 92a0b1d

Browse files
authored
Add extra flag [crpyto] for PyJWT dependency
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 #1077
1 parent 28abf6d commit 92a0b1d

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)