lfp


Logs | Files | README | README | LICENSE | GitLab


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