This commit is contained in:
DrHaid
2026-02-12 21:41:35 +01:00
parent 4df090deb6
commit 0557ca1673
6 changed files with 289 additions and 175 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
[project]
name = "mobbing-notification"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"pyqt5",
"pyinstaller",
]