poetry2nix/tests/shandy-sqlfmt/pyproject.toml

14 lines
268 B
TOML
Raw Normal View History

2023-09-21 16:31:16 +02:00
[tool.poetry]
name = "shandy-sqlfmt-test"
version = "0.1.0"
2023-10-22 14:29:34 -04:00
description = ""
authors = ["You <me@example.com>"]
2023-09-21 16:31:16 +02:00
[tool.poetry.dependencies]
python = "^3.10"
shandy-sqlfmt = "^0.19.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"