diff options
author | Chayim <chayim@users.noreply.github.com> | 2021-12-26 15:02:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-26 15:02:43 +0200 |
commit | b426d0d41cc28f1b0f6ec7092cfb819ce00a6e16 (patch) | |
tree | 2ebb0f286a7d94cad3e6489ca9cd442f593df6a1 /setup.py | |
parent | f03d008ba226c698e266158012b47b348b89b503 (diff) | |
download | redis-py-b426d0d41cc28f1b0f6ec7092cfb819ce00a6e16.tar.gz |
OCSP stapling support (#1820)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,5 +48,6 @@ setup( ], extras_require={ "hiredis": ["hiredis>=1.0.0"], + "cryptography": ["cryptography>=36.0.1", "requests>=2.26.0"], }, ) |