relocate sources

This commit is contained in:
Thomas Peetz
2025-04-21 03:56:55 +02:00
parent 097a3efd4a
commit 882f48de0b
4 changed files with 149 additions and 397 deletions
+11 -12
View File
@@ -1,19 +1,18 @@
[project]
name = "kontor-api"
name = "fastapi-example"
version = "0.1.0"
description = "Add your description here"
description = "A very simple FastAPI application"
readme = "README.md"
requires-python = ">=3.13"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.13.4",
"fastapi[standard]>=0.115.12",
"httpx==0.24.1",
"mariadb>=1.1.12",
"pathlib>=1.0.1",
"platformdirs>=4.3.7",
"pytest==7.4.0",
"pyyaml>=6.0.2",
"requests>=2.32.3",
"sqlalchemy>=2.0.40",
"sqlmodel>=0.0.24",
"platformdirs>=4.3.7",
"pathlib>=1.0.1",
"beautifulsoup4>=4.13.3",
"requests>=2.32.3",
"pyyaml>=6.0.2",
"fastapi>=0.95.0",
"uvicorn>=0.21.1",
]