fix(deps): add missing python-dotenv dependency

config_loader.py imports dotenv_values from python-dotenv but the package
was not listed in requirements.txt.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
zvx-echo6 2026-06-11 00:40:20 -06:00
commit b4817e9ee9

View file

@ -13,3 +13,4 @@ h3>=4.0
fastapi>=0.110.0
uvicorn[standard]>=0.27.0
aiomqtt>=2.0.0
python-dotenv>=1.0.0