use Pydantic settings
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-06 23:12:31 +03:00
parent 72b85257d0
commit 4d3644e437
3 changed files with 40 additions and 157 deletions

View File

@@ -10,7 +10,7 @@ package-mode = false
python = "^3.12"
motor = "^3.4.0"
fastapi = "^0.111.0"
python-dotenv = "^1.0.1"
pydantic-settings = "^2.4.0"
[tool.poetry.group.dev.dependencies]