0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-05-20 20:34:01 +02:00
gitea/pyproject.toml

17 lines
279 B
TOML
Raw Permalink Normal View History

[tool.poetry]
name = "gitea"
version = "0.0.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.10"
[tool.poetry.group.dev.dependencies]
djlint = "1.34.1"
yamllint = "1.35.1"
[tool.djlint]
profile="golang"
ignore="H005,H006,H013,H016,H020,H021,H030,H031"