Cleaning things up.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-09-16 15:49:46 -04:00
parent 164faf8083
commit 671444a6bb
4 changed files with 439 additions and 304 deletions

View File

@@ -22,7 +22,7 @@ classifiers = [
Changelog = "https://gitlab.com/xlorepdarkhelm/plex-playlist/releases"
[tool.poetry.dependencies]
python = "^3.9"
python = ">=3.9,<3.11"
click = "^7.0"
PlexAPI = "^4.5.2"
aioreactive = "^0.15.0"
@@ -32,6 +32,7 @@ gino = "^1.0.1"
asyncpg = "^0.23.0"
uvloop = "^0.15.2"
desert = "^2020.11.18"
numpy = "^1.21.2"
[tool.poetry.dev-dependencies]
typeguard = "^2.12.0"