Initial Checkin

This commit is contained in:
Johan Selmosson
2026-05-16 11:38:14 +02:00
parent 307dd15797
commit 40f9b0ed14
12 changed files with 3494 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "pki-analyzer"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.14.3",
"cryptography>=48.0.0",
"requests>=2.34.0",
]