Sousmargot/backend/pyproject.toml

17 lines
324 B
TOML
Raw Normal View History

2023-06-06 12:02:45 +00:00
[tool.poetry]
name = "sousmargot"
version = "0.1.0"
description = ""
authors = ["Bertrand Benjamin <benjamin.bertrand@opytex.org>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
2023-06-06 12:41:11 +00:00
fastapi = "^0.96.0"
uvicorn = "^0.22.0"
2023-06-06 12:02:45 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"