docker_examples/python/pyproject.toml
2022-09-17 12:31:43 +02:00

16 lines
312 B
TOML

[tool.poetry]
name = "python"
version = "0.1.0"
description = ""
authors = ["Ruidy"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.85.0"
uvicorn = {extras = ["standard"], version = "^0.18.3"}
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"