initial commit of something that hopefully works

This commit is contained in:
Stefan Kempinger 2025-11-05 15:38:34 +01:00
commit 3ea31027f1
5 changed files with 348 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "workshop-c-and-c-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.121.0",
"uvicorn>=0.38.0",
]