11 lines
214 B
TOML
11 lines
214 B
TOML
[project]
|
|
name = "vue01"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"fastapi>=0.116.1",
|
|
"python-dateutil>=2.9.0.post0",
|
|
"uvicorn>=0.35.0",
|
|
]
|