From dd31bc623b852b7cea84df61b48b4fed9a42a791 Mon Sep 17 00:00:00 2001 From: techchud Date: Sun, 17 Aug 2025 19:55:26 -0500 Subject: if there's no comic, then break the loop --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 905e353..2a8961d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ run `uvicorn main:app --port 8866` in this directory to start the RSS feed reader. # Dependencies +This assumes you're using Debian bullseye. +``` python3 BeautifulSoup tor @@ -9,3 +11,4 @@ python3-feedgenerator python3-fastapi python3-requests python3-socks +``` -- cgit v1.2.3