mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-07-16 13:20:11 +08:00
9 lines
297 B
TOML
9 lines
297 B
TOML
version = "3.5.*"
|
|
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"]
|
|
|
|
[tool.stubtest]
|
|
# linux and darwin are equivalent
|
|
platforms = ["linux", "win32"]
|