Skip to content

Commit d97884d

Browse files
committed
python: Move requirements.txt to subfolder
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 766b235 commit d97884d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/software.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
with:
111111
python_ver: '3.12'
112112
spec: python/inputmodule/cli.py #'src/build.spec'
113-
requirements: 'requirements.txt'
113+
requirements: 'python/requirements.txt'
114114
upload_exe_with_name: 'ledmatrixgui'
115115
options: --onefile, --windowed, --add-data 'res;res'
116116

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
get-key==1.60.0
22
Pillow==10.0.0
33
pyserial==3.5
4-
PySimpleGUI==4.60.5

0 commit comments

Comments
 (0)