17 lines
331 B
TOML
17 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.12"
|
||
|
pgsql = "^2.2"
|
||
|
humanize = "^4.9.0"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|