added .env dataclass

This commit is contained in:
2025-09-25 21:30:32 +02:00
parent 011671832a
commit 16b35ab5af
4 changed files with 33 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ dependencies = [
"certifi==2024.12.14 ; python_full_version >= '3.6'",
"charset-normalizer==3.4.1 ; python_full_version >= '3.7'",
"click==8.1.8 ; python_full_version >= '3.7'",
"dotenv>=0.9.9",
"fastapi==0.115.7 ; python_full_version >= '3.8'",
"fastapi-cli==0.0.7 ; python_full_version >= '3.8'",
"h11==0.14.0 ; python_full_version >= '3.7'",