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:
@@ -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
|
||||
Reference in New Issue
Block a user