hedgedoc-expire/pyproject.toml
Julian Schacher 86e03c0d4e make docker image build work
- Depend on a python version Debian actually ships with in
  pyproject.toml and update the poetry.lock accordingly.
- Fix poetry bundle complaining about no python by installing
  python-is-python3.
  Also remove the python flag for poetry bundle then.
2024-11-25 17:50:55 +01:00

16 lines
331 B
TOML

[tool.poetry]
name = "hedgedoc-expire"
version = "0.1.0"
description = "Remove old Hedgedoc notes"
authors = ["Stefan Bethke <stb@lassitu.de>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
pgsql = "^2.2"
humanize = "^4.9.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"