poetry2nix/tests/shandy-sqlfmt/pyproject.toml
2023-10-24 08:24:44 -04:00

13 lines
268 B
TOML

[tool.poetry]
name = "shandy-sqlfmt-test"
version = "0.1.0"
description = ""
authors = ["You <me@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
shandy-sqlfmt = "^0.19.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"