first version of the script

This commit is contained in:
Stefan Bethke 2024-05-18 18:31:30 +02:00
commit 56641f66d5
6 changed files with 527 additions and 0 deletions

16
pyproject.toml Normal file
View file

@ -0,0 +1,16 @@
[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"