build: migrate deps to pyproject.toml (#201)

This commit is contained in:
delewer
2026-03-19 01:33:12 +07:00
committed by GitHub
parent 9924440c48
commit 99b5c722e1
7 changed files with 115 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ jobs:
cache: "pip"
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install ".[win10]"
- name: Install pyinstaller
run: pip install "pyinstaller==6.13.0"
@@ -58,7 +58,7 @@ jobs:
cache: "pip"
- name: Install dependencies (Win7-compatible)
run: pip install -r requirements-win7.txt
run: pip install ".[win7]"
- name: Install pyinstaller
run: pip install "pyinstaller==5.13.2"