Skip to content

Commit 5e039fe

Browse files
committed
python: Pyinstaller switch back away from requirements.txt
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 438e863 commit 5e039fe

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

python/pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["hatchling", "hatch-vcs", "hatch-requirements-txt"]
2+
requires = ["hatchling", "hatch-vcs"]
33
build-backend = "hatchling.build"
44

55
[project]
@@ -26,8 +26,7 @@ classifiers = [
2626
dependencies = [
2727
"pyserial",
2828
# Optional for GUI
29-
"getkey",
30-
"PySimpleGUI",
29+
"pygame",
3130
# Optional for image operations
3231
"Pillow",
3332
]
@@ -49,9 +48,6 @@ ledmatrixgui = "inputmodule.cli:main_gui"
4948
#[tool.hatch.build.hooks.vcs]
5049
#version-file = "inputmodule/_version.py"
5150

52-
[tool.hatch.metadata.hooks.requirements_txt]
53-
files = ["requirements.txt"]
54-
5551
[tool.hatch.build.targets.sdist]
5652
exclude = [
5753
"/.github",

0 commit comments

Comments
 (0)