From 39d1b0d48d924d6595a9200e5b82d4cf6b257d01 Mon Sep 17 00:00:00 2001 From: LemonNexus Date: Sun, 8 Feb 2026 18:01:54 +0000 Subject: [PATCH] chore(deps): add python-dotenv to requirements Required for loading .env configuration file. --- requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requirements.txt b/requirements.txt index 60b7002..f895802 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,9 @@ # Lemontropia Suite Python Dependencies # Install with: pip install -r requirements.txt +# Configuration +python-dotenv>=1.0.0 + # Testing (Never-Break Rule #5) pytest>=7.0.0 pytest-asyncio>=0.21.0