@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user