summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatin <matin.kaufmann@gmail.com>2025-10-05 17:19:53 +0200
committermatin <matin.kaufmann@gmail.com>2025-10-05 17:19:53 +0200
commit82ae397082aaa1c18ea21b0dd5ed62373ab58b79 (patch)
treece6783f532aba570a0cc8abc8f86477038958b86
parent283e1d313bdf4ac1fbe8193d6f018a4cb49e8cf4 (diff)
+ requirements.txt for building
-rw-r--r--.gitignore6
-rw-r--r--requirements.txt4
2 files changed, 9 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ec38f61..235bfe9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,7 @@
__pycache__
*.json
-*.pdf \ No newline at end of file
+*.pdf
+*.spec
+.venv/
+build/
+dist/ \ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..7352a20
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,4 @@
+PyQt5>=5.15
+python-dateutil>=2.8.2
+xhtml2pdf>=0.2.8
+svglib<1.6.0