lfp


Logs | Files | README | README | LICENSE | GitLab


1
commit 98a8271fe32976356dc8aec602d6a45681bdc3c0
2
Author: Connor Etherington <[email protected]>
3
Date:   Sat Mar 30 04:13:15 2024 +0200
4
5
    Auto-Commit Update - 20240330
6
---
7
 lfpreviewer/pyproject.toml | 9 +++++++++
8
 1 file changed, 9 insertions(+)
9
10
diff --git a/lfpreviewer/pyproject.toml b/lfpreviewer/pyproject.toml
11
index 9787c3b..210cda5 100644
12
--- a/lfpreviewer/pyproject.toml
13
+++ b/lfpreviewer/pyproject.toml
14
@@ -1,3 +1,12 @@
15
 [build-system]
16
 requires = ["setuptools", "wheel"]
17
 build-backend = "setuptools.build_meta"
18
+
19
+[project]
20
+name = "lfpreviewer"
21
+version = "1.0.1"
22
+dependencies = [
23
+    "docopt>=0.6.2",
24
+    "attrs>=18.2.0",
25
+    "Pillow>=10.2.0"
26
+]