From bddbe8023cf4e5baac8e80392e46ab0316d29a3f Mon Sep 17 00:00:00 2001 From: Antti Kettunen Date: Fri, 17 Apr 2026 21:28:27 +0300 Subject: [PATCH] Prune ununsed python dependencies --- requirements.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index da8cc0aa..e3705690 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,9 +13,6 @@ PlexAPI>=4.17.0 requests>=2.31.0 aiohttp>=3.9.0 -# Configuration management -python-dotenv>=1.0.0 - # Security and encryption cryptography>=41.0.0 @@ -36,9 +33,6 @@ yt-dlp>=2024.12.13 # Lyrics support lrclibapi>=0.3.1 -# Optional: MQTT support (for future features) -asyncio-mqtt>=0.16.0 - # Audio fingerprinting for download verification pyacoustid>=1.3.0