First implemenatation of invoice generator using python (#1)

Co-authored-by: Torsten Ueberschar <torsten@ueberschar.de>
Reviewed-on: torsten/freelance_invoice#1
This commit is contained in:
2024-09-17 14:01:42 +02:00
parent 17346d5197
commit d0074b7104
30 changed files with 1155 additions and 158 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
Jinja2==3.1.3
Markdown==3.5.2
PyYAML==6.0.1
xhtml2pdf==0.2.15