Complete and validate redis.ocsp (use requests, cryptography and pyopenssl) (#9528)

This commit is contained in:
Avasam
2023-01-17 15:47:26 +00:00
committed by GitHub
parent c70d303985
commit 5b0488928d
3 changed files with 24 additions and 12 deletions
+5
View File
@@ -1 +1,6 @@
version = "4.4.0"
# Requires a version of cryptography with a `py.typed` file
requires = ["types-pyOpenSSL", "cryptography>=35.0.0"]
[tool.stubtest]
extras = ["ocsp"]