initial commit of something that hopefully works
This commit is contained in:
commit
3ea31027f1
5 changed files with 348 additions and 0 deletions
10
pyproject.toml
Normal file
10
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue