Added some ADRs and libraries.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2023-10-20 14:48:04 -04:00
parent a62b9c73b1
commit a6612ea3e9
5 changed files with 1234 additions and 1062 deletions

View File

@@ -19,8 +19,10 @@ classifiers = [
Changelog = "https://github.com/xlorepdarkhelm/plex-playlist/releases"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.12"
click = ">=8.0.1"
toml = "^0.10.2"
app-paths = "^0.0.7"
[tool.poetry.dev-dependencies]
Pygments = ">=2.10.0"