mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
efa631aeea
- Update js and py dependencies excluding `@mcaptcha/vanilla-glue`, `eslint-plugin-array-func` - Update stylelint config - Require python 3.10 and use 3.12 on CI, bump setup-python as well - Tested markdown toolbar, charts, clipboard, swagger ui, vue
17 lines
279 B
TOML
17 lines
279 B
TOML
[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"
|