poetry2nix/tests/gitlint/pyproject.toml

14 lines
256 B
TOML
Raw Normal View History

2023-03-13 10:40:00 +13:00
[tool.poetry]
name = "gitlint-test"
2023-03-13 10:40:00 +13:00
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.8"
gitlint = "*"
2023-03-13 10:40:00 +13:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"