Skip to content

Commit 5700723

Browse files
Don't suggest installing types-pycrypto
It doesn't exist, since it was removed from typeshed in October (python/typeshed#4606). Similarly, pynamodb was removed in January. I haven't tracked down what happened to pyre-extensions in typeshed, but https://pypi.org/project/types-pyre-extensions/ doesn't exist and in any case mypy users presumably don't need it.
1 parent e37dfb1 commit 5700723

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mypy/stubinfo.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
'concurrent': 'types-futures',
1919
'contextvars': 'types-contextvars',
2020
'croniter': 'types-croniter',
21-
'Crypto': 'types-pycrypto',
2221
'cryptography': 'types-cryptography',
2322
'dataclasses': 'types-dataclasses',
2423
'dateparser': 'types-dateparser',
@@ -56,8 +55,6 @@
5655
'pycurl': 'types-pycurl',
5756
'pymssql': 'types-pymssql',
5857
'pymysql': 'types-PyMySQL',
59-
'pynamodb': 'types-pynamodb',
60-
'pyre_extensions': 'types-pyre-extensions',
6158
'pyrfc3339': 'types-pyRFC3339',
6259
'python2': 'types-six',
6360
'pytz': 'types-pytz',

0 commit comments

Comments
 (0)