From bf49f12e328f5bd5e380e17db5f05c619a651e7b Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Jun 2022 16:47:26 -0400 Subject: [PATCH 1/2] fixes issue --- video_creation/screenshot_downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video_creation/screenshot_downloader.py b/video_creation/screenshot_downloader.py index d401811..43742c7 100644 --- a/video_creation/screenshot_downloader.py +++ b/video_creation/screenshot_downloader.py @@ -2,7 +2,7 @@ import json from os import getenv from pathlib import Path -# from playwright.async_api import async_playwright +from playwright.async_api import async_playwright from playwright.sync_api import sync_playwright, ViewportSize from rich.progress import track From db26544205e3d3cae7bd699af48e19493132a061 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Jun 2022 17:07:40 -0400 Subject: [PATCH 2/2] 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