Increased minimal python version
This commit is contained in:
parent
d2d316078b
commit
b46d5175cd
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ syng-gui = "syng.gui:main"
|
||||||
# syng-shell = "syng.webclientmockup:main"
|
# syng-shell = "syng.webclientmockup:main"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.9"
|
||||||
python-socketio = "^5.10.0"
|
python-socketio = "^5.10.0"
|
||||||
aiohttp = "^3.9.1"
|
aiohttp = "^3.9.1"
|
||||||
yt-dlp = { version = "*"}
|
yt-dlp = { version = "*"}
|
||||||
|
|
Loading…
Add table
Reference in a new issue