From ae93a3f67056d86b6c728dfedf2ea105c80adeed Mon Sep 17 00:00:00 2001 From: Zohaib Rauf Date: Fri, 2 Feb 2024 21:17:54 -0800 Subject: [PATCH] Added ffmpeq in reqs --- OS/01/requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/OS/01/requirements.txt b/OS/01/requirements.txt index 56c706a..044c638 100644 --- a/OS/01/requirements.txt +++ b/OS/01/requirements.txt @@ -3,6 +3,5 @@ redis==5.0.1 fastapi==0.109.0 uvicorn==0.27.0.post1 websockets==12.0 -pydub==0.25.1 -numpy==1.26.3 -python-dotenv==1.0.1 \ No newline at end of file +python-dotenv==1.0.1 +ffmpeg-python==0.2.0 \ No newline at end of file