11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
# Runtime (also in requirements.txt)
|
|
PySide6>=6.6
|
|
|
|
# Build / packaging
|
|
pyinstaller>=6.0
|
|
pillow>=10.0 # generates icons/app.ico during CI (Windows build)
|
|
|
|
# Test / lint
|
|
pytest>=8.0
|
|
ruff>=0.6
|