Files
typeshed/stubs/paramiko/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

8 lines
237 B
TOML

version = "2.12.*"
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
requires = ["cryptography>=37.0.0"]
[tool.stubtest]
# linux and darwin are equivalent
platforms = ["linux", "win32"]