changes, add dotenv dependency

This commit is contained in:
2025-01-13 08:08:54 +01:00
parent ee256040d9
commit 4b16bfd501
3 changed files with 17 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"loguru>=0.7.3",
"python-dotenv>=1.0.1",
]
[dependency-groups]