updated tech stack for newer versions of python, removed pyaudio. refactored configuration into .env file and integration inside logic, removed repeat config reads

This commit is contained in:
2025-11-29 18:21:51 +00:00
parent fecb4947e1
commit b3d618b337
8 changed files with 490 additions and 142 deletions

View File

@@ -1,12 +1,14 @@
# Core bot framework
discord.py==2.6.4
aiohttp==3.8.4
PyNaCl==1.5.0
spotipy==2.23.0
discord.py>=2.6.4
aiohttp>=3.9.0
PyNaCl>=1.5.0
spotipy>=2.23.0
# Configuration management
python-dotenv>=1.0.0
# YouTube extractor
yt-dlp>=2025.10.14
# System dependencies
PyAudio==0.2.13
mutagen==1.46.0
# Audio metadata (if needed by yt-dlp)
mutagen>=1.47.0