# 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
# Test dependencies
pytest>=8.0
