From 049a695c14b33457a352299357ffb1ba52b2acec Mon Sep 17 00:00:00 2001 From: Atte Lautanala Date: Tue, 20 Sep 2022 02:56:35 +0300 Subject: 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 --- setup.cfg | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1