Files
typeshed/stubs/pyOpenSSL/METADATA.toml
Alex Waygood e2d67bf703 Delete stubs for cryptography (#9459)
Typeshed's stubs for `paramiko` and `pyOpenSSL` now depend on the `cryptography` package, which now provides inline types at runtime
2023-01-10 22:16:11 +00:00

4 lines
115 B
TOML

version = "23.0.*"
# Requires a version of cryptography with a `py.typed` file
requires = ["cryptography>=35.0.0"]