From 3e804b9ed4954f05709da97944a8e6d582b57553 Mon Sep 17 00:00:00 2001 From: NoFailer Date: Thu, 8 Sep 2022 13:54:38 +0200 Subject: [PATCH] Adding prawcore to the requirements Multiple people on the discord ran into the issue that an error message would come up saying "ModuleNotFoundError: No module names 'prawcore'". I was told praw itself is supposed to install it but apparently it does not? I cannot verify if the people actually followed the steps correctly. Json told me to make a PR for it :) I took the value for the requirements.txt from here: https://pypi.org/project/prawcore/ --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index a954c20..c26fa72 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,7 @@ gTTS==2.2.4 moviepy==1.0.3 playwright==1.23.0 praw==7.6.0 +prawcore >=1.5.1, <2 pytube==12.1.0 requests==2.28.1 rich==12.5.1