mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
9 lines
251 B
TOML
9 lines
251 B
TOML
version = "24.0.*"
|
|
upstream_repository = "https://github.com/pyca/pyopenssl"
|
|
# Requires a version of cryptography with a `py.typed` file
|
|
requires = ["cryptography>=35.0.0", "types-cffi"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|