Increased minimal python version

This commit is contained in:
Christoph Stahl 2024-07-09 20:13:31 +02:00
parent d2d316078b
commit b46d5175cd

View file

@ -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 = "*"}