mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Typeshed's stubs for `paramiko` and `pyOpenSSL` now depend on the `cryptography` package, which now provides inline types at runtime
8 lines
237 B
TOML
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"]
|