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