From 1a8a668069527ce2cdd650bc7b04591c696074f7 Mon Sep 17 00:00:00 2001 From: PatatjeMC Date: Wed, 8 Jun 2022 20:53:08 +0200 Subject: [PATCH] Fixed requirements.txt pytube was removed of it idk when but it's still being used so here it is back even tho it's half broken and it should probably be replaced soon. also typing did not work with the version for some reason --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 89a66c6..41bf400 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,5 @@ playwright~=1.22.0 python-dotenv==0.20.0 typed-ast~=1.5.4 requests~=2.27.1 -typing~=3.10.0.0 +pytube~=12.1.0 +typing