mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
11 lines
344 B
TOML
11 lines
344 B
TOML
version = "3.4.*"
|
|
upstream_repository = "https://github.com/paramiko/paramiko"
|
|
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
|
|
requires = ["cryptography>=37.0.0"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|
|
# linux and darwin are equivalent
|
|
platforms = ["linux", "win32"]
|