feat: load .env file via python-dotenv for API key management

This commit is contained in:
2026-07-05 01:40:23 +08:00
parent 441ba8ab86
commit 5672472030
5 changed files with 21 additions and 0 deletions
+1
View File
@@ -11,6 +11,7 @@ dependencies = [
"pyyaml>=6.0",
"markdown-it-py>=3.0.0",
"typer>=0.12.0",
"python-dotenv>=1.2.2",
]
[project.scripts]