Add support for basic filtering of SSH certificates

This commit is contained in:
Benjamin Collet 2025-05-10 20:52:06 +02:00
parent 9494eee98c
commit 0c60d5c47b
Signed by: bcollet
SSH key fingerprint: SHA256:8UJspOIcCOS+MtSOcnuq2HjKFube4ox1s/+A62ixov4
2 changed files with 40 additions and 2 deletions

View file

@ -10,7 +10,7 @@ setup(
#long_description_content_type="text/markdown",
install_requires=["requests>=2.20.0,<3.0", "PyYAML", "tabulate"],
keywords=["step-ca-inspector"],
version="0.0.1",
version="0.0.2",
classifiers=[
"Intended Audience :: Developers",
"Development Status :: 3 - Alpha",