poetry2nix/tests/gitlint/pyproject.toml
Victor Engmark de242a31f2 fix: gitlint needs hatch-vcs
Looks like it must be kept in tandem with gitlint-core.
2023-03-30 11:25:29 +13:00

13 lines
256 B
TOML

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