first version of the script
This commit is contained in:
commit
56641f66d5
6 changed files with 527 additions and 0 deletions
16
pyproject.toml
Normal file
16
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue