Update version and dependencies

This commit is contained in:
Christoph Stahl 2024-11-15 22:34:12 +01:00
parent 96463a8edb
commit 7ef3eb60f5
5 changed files with 2253 additions and 1888 deletions

1130
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "syng"
version = "2.0.3"
version = "2.0.4"
description = "Easily host karaoke events"
authors = ["Christoph Stahl <christoph.stahl@tu-dortmund.de>"]
license = "AGPL-3.0-or-later"
@ -33,7 +33,7 @@ python = "^3.9"
python-socketio = "^5.10.0"
aiohttp = "^3.9.1"
platformdirs = "^4.0.0"
yt-dlp = { version = "*"}
yt-dlp = { version = "*", extras=["default"]}
minio = { version = "^7.2.0", optional = true }
pillow = { version = "^10.1.0", optional = true}
qrcode = { version = "^7.4.2", optional = true }

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff