From 6f84f5a6867db25cca7458362cc7d5642faceaeb Mon Sep 17 00:00:00 2001 From: Shiven Mian Date: Sat, 3 Feb 2024 17:52:13 -0800 Subject: [PATCH] fix: commented out rpio requirement --- OS/01/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OS/01/requirements.txt b/OS/01/requirements.txt index daef207..83d21e0 100644 --- a/OS/01/requirements.txt +++ b/OS/01/requirements.txt @@ -2,4 +2,6 @@ git+https://github.com/KillianLucas/open-interpreter.git redis fastapi uvicorn -RPi.GPIO \ No newline at end of file +websockets +python-dotenv +ffmpeg-python \ No newline at end of file