remove obsolete stuff from requirements.txt
All checks were successful
Build Heidi Docker image / build-docker (push) Successful in 33s

This commit is contained in:
2023-11-21 20:24:31 +01:00
parent 29dc0119ef
commit 6e7aadefc4

View File

@ -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