Maintenance tasks
- switch to Poetry - document translations - update ChangeLog
This commit is contained in:
parent
d02f4906e1
commit
362b6dff35
13 changed files with 1497 additions and 173 deletions
44
pyproject.toml
Normal file
44
pyproject.toml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
[tool.poetry]
|
||||
name = "debianmemberportfolio"
|
||||
version = "0.8.0-dev"
|
||||
description = "Service to create Debian Member Portfolio URLs"
|
||||
authors = ["Jan Dittberner <jan@dittberner.info>"]
|
||||
license = "AGPL-3.0+"
|
||||
readme = "README.md"
|
||||
|
||||
include = [
|
||||
"**/*.mo",
|
||||
]
|
||||
exclude = [
|
||||
"**/*.pot",
|
||||
"**/*.po",
|
||||
]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
Flask = "^2.2.2"
|
||||
Jinja2 = "^3.1.2"
|
||||
MarkupSafe = "^2.1.1"
|
||||
itsdangerous = "^2.1.2"
|
||||
Babel = "^2.10.3"
|
||||
Flask-Babel = "^2.0.0"
|
||||
pytz = "^2023.3"
|
||||
speaklater = "^1.3"
|
||||
flask-wtf = "^1.0.1"
|
||||
email-validator = "^1.3.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
poetry-babel-plugin = "~0.1.0"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
sphinx = "<6"
|
||||
docutils = "<0.18"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[[tool.poetry_babel_plugin.compile]]
|
||||
domains = ["messages"]
|
||||
directory = "debianmemberportfolio/translations"
|
||||
fuzzy = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue