removed req files

This commit is contained in:
Flowseal 2026-03-18 22:03:57 +03:00
parent 6b9ddda7f0
commit 51aca9009f
4 changed files with 1 additions and 4 deletions

View File

@ -139,7 +139,7 @@ jobs:
-w wheelhouse/universal2 -w wheelhouse/universal2
python3.12 -m pip install --no-deps wheelhouse/universal2/*.whl python3.12 -m pip install --no-deps wheelhouse/universal2/*.whl
python3.12 -m pip install -r requirements-macos.txt python3.12 -m pip install ".[macos]"
python3.12 -m pip install pyinstaller==6.13.0 python3.12 -m pip install pyinstaller==6.13.0
- name: Create macOS icon from ICO - name: Create macOS icon from ICO

View File

@ -1 +0,0 @@
-e .[macos]

View File

@ -1 +0,0 @@
-e .[win7]

View File

@ -1 +0,0 @@
-e .[win10]