Files
notifplayground/pyproject.toml
2025-09-19 22:03:33 +02:00

12 lines
209 B
TOML

[project]
name = "NotifPlayground"
version = "0.1.0"
description = "NotifPlayground"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"arcade==3.2.0",
"plyer>=2.1.0",
"pypresence>=4.3.0",
]