From 1174c0fd25ea38094380fe12e63a41b1f978481a Mon Sep 17 00:00:00 2001 From: hv10 Date: Thu, 16 Apr 2020 21:53:08 +0200 Subject: [PATCH] update requirement pytube to pytube3 for py3+ compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8586162..f2574f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ Pillow audiotsm scipy numpy -pytube +pytube3