Settings file set up.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-14 16:55:49 -04:00
parent 8c0c9f811e
commit 0196560d8b
6 changed files with 314 additions and 7 deletions

View File

@@ -1,15 +1,20 @@
[tool.poetry]
name = "plex-playlist"
name = "playlist"
version = "0.1.0"
description = "Playlist generator for Plex music"
authors = ["Cliff Hill <xlorep@darkhelm.org>"]
[tool.black]
line-length = 88
target-version = ["py39"]
target-version = ["py38"]
[tool.poetry.dependencies]
python = "^3.9"
PlexAPI = "^4.5.2"
aioreactive = "^0.15.0"
appdirs = "^1.4.4"
PyYAML = "^5.4.1"
marshmallow-dataclass = "^8.4.1"
[tool.poetry.dev-dependencies]
wheel = "^0.36.2"