From 6e7aadefc44b36da5b7d7fbcde2d0f98a71cd7a0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 21 Nov 2023 20:24:31 +0100 Subject: [PATCH] remove obsolete stuff from requirements.txt --- requirements.txt | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index b837f73..c4cca16 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,14 @@ -discord.py # maintained again -# py-cord # maintained fork of discord.py -python-dotenv # discord guild secrets -beautifulsoup4 # html parsing -requests # request web page -pynacl # voice support rich -torch # LSTM -numpy # LSTM -nltk # Textgen + +discord.py # maintained again +pynacl # voice support +python-dotenv # discord guild secrets + +# Webscraping +# requests +# beautifulsoup4 + +# Textgeneration +# torch +# numpy +# nltk