mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 05:51:52 +08:00
Release: https://pypi.org/pypi/pyOpenSSL/23.3.0 Homepage: https://pyopenssl.org/ Repository: https://github.com/pyca/pyopenssl Diff: https://github.com/pyca/pyopenssl/compare/23.2.0...23.3.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 414. - Total lines of Python code deleted: 717. --- Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
9 lines
237 B
TOML
9 lines
237 B
TOML
version = "23.3.*"
|
|
upstream_repository = "https://github.com/pyca/pyopenssl"
|
|
# Requires a version of cryptography with a `py.typed` file
|
|
requires = ["cryptography>=35.0.0"]
|
|
partial_stub = true
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|