mirror of
https://github.com/csd4ni3l/notifplayground.git
synced 2025-11-05 04:58:17 +01:00
12 lines
209 B
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.2.0",
|
|
"plyer>=2.1.0",
|
|
"pypresence>=4.3.0",
|
|
]
|