mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-25 13:21:11 +08:00
10 lines
283 B
TOML
10 lines
283 B
TOML
version = "3.0.*"
|
|
# 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"]
|