hauntsaninja / mypy_primer

Run mypy and pyright over millions of lines of code
MIT License
55 stars 29 forks source link

Install `cryptography` for `aiortc` and `prefect` #73

Closed AlexWaygood closed 1 year ago

AlexWaygood commented 1 year ago

See https://github.com/python/typeshed/pull/9459#issuecomment-1371381336.

aiortc declares the dependency here: https://github.com/aiortc/aiortc/blob/f4e3049875142a18fe32ad5f2c052b84a3112e30/setup.py#L24

prefect declares the dependency here: https://github.com/PrefectHQ/prefect/blob/e5b6fb5d15e116a2fe655c54c809b480efa398d5/requirements.txt#L11 (the requirements.txt file is read dynamically in their setup.py file here: https://github.com/PrefectHQ/prefect/blob/e5b6fb5d15e116a2fe655c54c809b480efa398d5/setup.py#L5)