diff options
author | crupest <crupest@outlook.com> | 2022-11-27 11:43:19 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-27 11:43:19 +0800 |
commit | 39b8d121b4867c667194369f17946be8ebb06e8b (patch) | |
tree | bca3f19b557d9b9120d8f482fe20b511aa21f0e0 /requirements.txt | |
parent | 3be4d089dca831ec5e79eb457100a967b8a20398 (diff) | |
download | crupest-39b8d121b4867c667194369f17946be8ebb06e8b.tar.gz crupest-39b8d121b4867c667194369f17946be8ebb06e8b.tar.bz2 crupest-39b8d121b4867c667194369f17946be8ebb06e8b.zip |
Add basic function for checking ssl certs.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 11c8a40..2fb5657 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ rich jsonschema +cryptography |