10 lines
217 B
TOML
10 lines
217 B
TOML
[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",
|
|
]
|