chore: add python-dotenv dependency

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-15 21:33:53 +06:00
parent 3d0eda5c60
commit 7b9a06d1b5
2 changed files with 12 additions and 0 deletions

View File

@ -12,6 +12,7 @@ dependencies = [
"httpx>=0.28.1",
"httpx-ws>=0.9.0",
"pydantic>=2.12.5",
"python-dotenv>=1.2.2",
]
[build-system]