16 lines
319 B
TOML
16 lines
319 B
TOML
[tool.poetry]
|
|
name = "src"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Henk Geert Vreugdenhil <hg.vreugdenhil@artific.nl>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "~3.12"
|
|
fastapi = "~0.115.4"
|
|
uvicorn = "^0.30.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|