initial - add implementation for simple crowdsec app to list and delete non-CAPI decisions

This commit is contained in:
Viktor Barzin 2025-10-14 19:21:36 +00:00
commit 9aaf3d32d0
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
7 changed files with 349 additions and 0 deletions

5
requirements.txt Normal file
View file

@ -0,0 +1,5 @@
fastapi
uvicorn[standard]
jinja2
httpx
python-multipart