Lot of work and it works

This commit is contained in:
2024-07-01 17:42:32 +02:00
parent 089de6685e
commit f1d9aaf340
3 changed files with 23 additions and 4 deletions

View File

@ -13,6 +13,9 @@ pydantic = "^2.7.4"
pydantic-settings = "^2.3.4"
[tool.poetry.group.dev.dependencies]
python-dotenv = "^1.0.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"