feat: add python-dotenv dependency for .env file support

- Add python-dotenv>=0.19.0 to project dependencies
- Enable automatic loading of environment variables from .env files
- Support development and production environment configuration
This commit is contained in:
William Valentin
2025-09-14 15:58:24 -07:00
parent 769175e32a
commit 1c1f5c1f39

View File

@@ -36,6 +36,7 @@ dependencies = [
"pydantic>=1.8.0,<2.0.0",
"jinja2>=3.0.0,<4.0.0",
"python-multipart>=0.0.5",
"python-dotenv>=0.19.0",
"pyyaml>=5.4.0",
"validators>=0.18.0",
]