poetry2nix/tests/fastapi-utils/pyproject.toml
2023-10-24 16:59:09 -04:00

13 lines
304 B
TOML

[tool.poetry]
name = "test-fastapi-utils"
version = "0.1.0"
description = "Test of python fastapi-utils package"
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
fastapi-utils = "*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"