28 lines
564 B
TOML
28 lines
564 B
TOML
[tool.poetry]
|
|
name = "greendeck"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Jeffrey C. Ollie <jeff@ocjtech.us>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
pydantic = "<2"
|
|
hyperlink = "^21.0.0"
|
|
websockets = "^13.1"
|
|
Pillow = "^11.0.0"
|
|
Wand = "^0.6.13"
|
|
aiohttp = "^3.10.10"
|
|
pydantic-yaml = "<2"
|
|
xdg = "^6.0.0"
|
|
aiopath = "^0.7.7"
|
|
arrow = "^1.3.0"
|
|
click = "^8.1.7"
|
|
asyncdbus = "^0.7.0"
|
|
|
|
[tool.poetry.scripts]
|
|
greendeck = "greendeck.main:main"
|
|
test = "greendeck.mpristest:main"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|