mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-22 03:41:28 +08:00
Release: https://pypi.org/pypi/pyOpenSSL/23.1.0 Homepage: https://pyopenssl.org/ Diff: https://github.com/pyca/pyopenssl/compare/23.0.0...23.1.0 Stubsabot analysis of the diff between the two releases: - Total lines of Python code added: 122. - Total lines of Python code deleted: 45. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
7 lines
159 B
TOML
7 lines
159 B
TOML
version = "23.1.*"
|
|
# Requires a version of cryptography with a `py.typed` file
|
|
requires = ["cryptography>=35.0.0"]
|
|
|
|
[tool.stubtest]
|
|
ignore_missing_stub = true
|