Prompt for root directory and list it

This commit is contained in:
2025-11-17 15:26:04 +01:00
parent cf77d61526
commit 4d2cfb5db1
9 changed files with 1104 additions and 0 deletions

View File

@@ -7,6 +7,11 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
dotenv = "^0.9.9"
requests = "^2.32.5"
fastapi = "^0.121.1"
pydantic = "^2.12.4"
uvicorn = "^0.38.0"
[build-system]