feat: initial open marketplace with llm-security, config-audit, ultraplan-local

This commit is contained in:
Kjell Tore Guttormsen 2026-04-06 18:47:49 +02:00
commit f93d6abdae
380 changed files with 65935 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"_meta": {
"hash": { "sha256": "abc123" },
"pipfile-spec": 6,
"requires": { "python_version": "3.11" },
"sources": [{ "name": "pypi", "url": "https://pypi.org/simple", "verify_ssl": true }]
},
"default": {
"flask": { "version": "==2.3.0" },
"colourama": { "version": "==0.4.6" },
"requests": { "version": "==2.31.0" }
},
"develop": {}
}