Consolidate scripts, add requirements.txt, remove dead files

Remove entropy-rng-cam.py and entropy-rng-opencv.py, which were
superseded by entropy.py (args, loop mode, DRBG) and carried the same
unused-entropy bug. Remove the empty 0-byte `file`. Add requirements.txt
with pinned opencv and the FastAPI stack for the upcoming API stage.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
This commit is contained in:
Radek
2026-09-02 11:25:20 +01:00
parent 8ac9ab92eb
commit ab70195a07
4 changed files with 5 additions and 74 deletions
+5
View File
@@ -0,0 +1,5 @@
# Camera entropy source dependencies
opencv-python>=4.8,<5
# FastAPI stack for the entropy service (added in the API stage)
fastapi>=0.110
uvicorn[standard]>=0.29