Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit92a0b1d

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 insigmavirus24#1077
1 parent28abf6d commit92a0b1d

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)

[8]ページ先頭

©2009-2025 Movatter.jp