forked from BruceZhang1993/aionowplaying
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
30 lines (26 loc) · 931 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[tool.poetry]
name = "aionowplaying"
version = "0.9.4"
license = "GPL-3.0-only"
description = "A cross-platform Now Playing client"
authors = ["Bruce Zhang <[email protected]>"]
maintainers = ["Bruce Zhang <[email protected]>"]
keywords = ["nowplaying", "mpris"]
readme = "README.md"
repository = "https://github.com/BruceZhang1993/aionowplaying"
[tool.poetry.dependencies]
python = ">=3.7,<3.12"
pydantic = "*"
dbus-next = { version = "*", platform = "linux" }
winsdk = { version = "*", platform = "win32" }
pyobjc-framework-MediaPlayer = { version = "*", platform = "darwin" }
pyobjc-framework-Cocoa = { version = "*", platform = "darwin" }
[tool.poetry.dev-dependencies]
pytest = "*"
pytest-asyncio = "*"
poetry2setup = "^1.0.0"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.urls]
"Bug Tracker" = "https://github.com/BruceZhang1993/aionowplaying/issues"