poetry2nix/tests/fastapi-utils/pyproject.toml

14 lines
305 B
TOML
Raw Normal View History

2023-03-16 09:09:39 -07:00
[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 = "^0.2.1"
[build-system]
2023-10-23 12:23:59 -04:00
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"