Add crypto extras to pyjwt, which pulls in cryptogaphy package#2443
Add crypto extras to pyjwt, which pulls in cryptogaphy package#2443s-t-e-v-e-n-k merged 4 commits intoPyGithub:masterfrom
Conversation
| @@ -1,4 +1,3 @@ | |||
| cryptography | |||
There was a problem hiding this comment.
This is why the test worked without pyjwt[crypto] in setup.py.
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## master #2443 +/- ##
=======================================
Coverage 98.77% 98.77%
=======================================
Files 117 117
Lines 11674 11674
=======================================
Hits 11531 11531
Misses 143 143
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
Fixes #2441.