[tool.poetry] name = "greendeck" version = "0.1.0" description = "" authors = ["Jeffrey C. Ollie "] [tool.poetry.dependencies] python = "^3.10" pydantic = "<2" hyperlink = "^21.0.0" websockets = "^11.0.3" Pillow = "^10.0.0" Wand = "^0.6.11" aiohttp = "^3.8.5" pydantic-yaml = "<2" xdg = "^6.0.0" aiopath = "^0.6.11" arrow = "^1.2.3" click = "^8.1.7" asyncdbus = "^0.6.1" [tool.poetry.scripts] greendeck = "greendeck.main:main" test = "greendeck.mpristest:main" [tool.poetry.group.dev.dependencies] pylint = "^2.17.5" pydocstyle = "^6.3.0" black = "^23.7.0" flake8 = "^6.1.0" flake8-pyproject = "^1.2.3" isort = "^5.12.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.black] [tool.isort] profile = "black" line_length = 88 force_single_line = true force_sort_within_sections = true from_first = false [tool.flake8] max-line-length = 88 extend-ignore = "E203"