add contract pdf generation

This commit is contained in:
2026-02-14 23:59:44 +01:00
parent 7e42fbe106
commit f440cef59e
42 changed files with 1299 additions and 123 deletions

View File

@@ -27,7 +27,8 @@ dependencies = [
"psycopg2-binary",
"PyJWT",
"cryptography",
"requests"
"requests",
"weasyprint",
]
[project.urls]