forked from CCCHH/hedgedoc-expire
86e03c0d4e
- 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.
16 lines
331 B
TOML
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"
|