Skip to content

Commit b9b5b11

Browse files
committed
Refactor dependencies in pyproject.toml to remove subdependencies
1 parent 3473c72 commit b9b5b11

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

pyproject.toml

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,14 @@ classifiers = [
2525
]
2626

2727
dependencies = [
28-
"altgraph==0.17.4",
29-
"darkdetect==0.8.0",
30-
"packaging==25.0",
31-
"pefile==2023.2.7",
32-
"pyinstaller==6.16.0",
33-
"pyinstaller-hooks-contrib==2025.9",
28+
"PyQt6>=6.10.0",
3429
"PyMuPDF>=1.25.2",
35-
"PyQt6==6.10.0",
36-
"PyQt6-Qt6==6.10.0",
37-
"PyQt6-sip==13.10.2",
38-
"pywin32-ctypes==0.2.3",
39-
"setuptools==80.9.0",
30+
"darkdetect>=0.8.0",
31+
]
32+
33+
[project.optional-dependencies]
34+
dev = [
35+
"pyinstaller>=6.16.0",
4036
]
4137

4238
[project.urls]

0 commit comments

Comments
 (0)