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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user