Files
notifplayground/pyproject.toml

12 lines
209 B
TOML

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