diff options
author | Michael Yick <cavemanon@mail.snootgame.xyz> | 2023-02-27 17:39:29 -0600 |
---|---|---|
committer | Michael Yick <cavemanon@mail.snootgame.xyz> | 2023-02-27 17:39:29 -0600 |
commit | a241741aa2b70a94a7fb7c19bf8b4fcab5c0158b (patch) | |
tree | f780d9b028ac2f2a1b51c5b8982e78c7b8ade12c | |
parent | d4545e840c186fe9153ba240988ce36958e4726a (diff) | |
download | dilbertRss-a241741aa2b70a94a7fb7c19bf8b4fcab5c0158b.tar.gz dilbertRss-a241741aa2b70a94a7fb7c19bf8b4fcab5c0158b.tar.bz2 dilbertRss-a241741aa2b70a94a7fb7c19bf8b4fcab5c0158b.zip |
update dependencies list
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,2 +1,11 @@ # Usage run `uvicorn main:app --port 8866` in this directory to start the RSS feed reader. + +# Dependencies +python3 +BeautifulSoup +tor +python3-feedgenerator +python3-fastapi +python3-requests +python3-socks |