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