chore(deps): add python-dotenv to requirements

Required for loading .env configuration file.
This commit is contained in:
LemonNexus 2026-02-08 18:01:54 +00:00
parent 6ce23718bc
commit 39d1b0d48d
1 changed files with 3 additions and 0 deletions

View File

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