From db26544205e3d3cae7bd699af48e19493132a061 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Jun 2022 17:07:40 -0400 Subject: [PATCH] fixed requirements.txt --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3568c5..1f425fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -praw~=7.6.0 -moviepy~=1.0.3 -rich~=12.4.4 -mutagen~=1.45.1 -playwright~=1.22.0 +moviepy==1.0.3 +mutagen==1.45.1 +playwright==1.22.0 +praw==7.6.0 python-dotenv==0.20.0 -typed-ast~=1.5.4 -requests~=2.28.0 -pytube~=12.1.0 +pytube==12.1.0 +requests==2.28.0 +rich==12.4.4 +sox==1.4.1