mirror of
https://github.com/rjNemo/docker_examples
synced 2026-06-06 18:46:42 +00:00
16 lines
314 B
TOML
16 lines
314 B
TOML
[tool.poetry]
|
|
name = "python"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Ruidy"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
fastapi = "^0.88.0"
|
|
uvicorn = { extras = ["standard"], version = "^0.20.0" }
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|