mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +08:00
9 lines
304 B
TOML
9 lines
304 B
TOML
version = "4.0.*"
|
|
upstream_repository = "https://github.com/paramiko/paramiko"
|
|
# Requires a version of cryptography where cryptography.hazmat.primitives.ciphers.Cipher is generic
|
|
dependencies = ["cryptography>=37.0.0"]
|
|
|
|
[tool.stubtest]
|
|
# linux and darwin are equivalent
|
|
ci_platforms = ["linux", "win32"]
|