2024-05-18 18:31:30 +02:00
|
|
|
[tool.poetry]
|
|
|
|
name = "hedgedoc-expire"
|
2024-12-09 18:25:16 +01:00
|
|
|
version = "0.2.0"
|
2024-05-18 18:31:30 +02:00
|
|
|
description = "Remove old Hedgedoc notes"
|
|
|
|
authors = ["Stefan Bethke <stb@lassitu.de>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-11-25 16:35:16 +01:00
|
|
|
python = "^3.11"
|
2024-05-18 18:31:30 +02:00
|
|
|
humanize = "^4.9.0"
|
2024-12-02 19:49:05 +01:00
|
|
|
psycopg = {extras = ["binary"], version = "^3.2.3"}
|
2024-05-18 18:31:30 +02:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|