Files
mobbing-notification/pyproject.toml
2026-02-12 21:41:35 +01:00

9 lines
136 B
TOML

[project]
name = "mobbing-notification"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"pyqt5",
"pyinstaller",
]