summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtte Lautanala <atte.lautanala@gmail.com>2022-09-20 02:56:35 +0300
committerGitHub <noreply@github.com>2022-09-19 19:56:35 -0400
commit049a695c14b33457a352299357ffb1ba52b2acec (patch)
treecc5704940ea0229e68da592bfb56338d9c466109
parent1ef6dcfa67744ff69ef1a771465179e31282d5b5 (diff)
downloadpyjwt-049a695c14b33457a352299357ffb1ba52b2acec.tar.gz
Remove `types-cryptography` from `crypto` extra (#805)
This is not needed for using the project with `cryptography`. Also, the typing information is incorrect or incomplete for the latest version of `cryptography`. Fixes #804
-rw-r--r--setup.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 434e22c..58e7182 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -45,7 +45,6 @@ docs =
zope.interface
crypto =
cryptography>=3.3.1
- types-cryptography>=3.3.21
tests =
pytest>=6.0.0,<7.0.0
coverage[toml]==5.0.4