Improved dependencies for yt related stuff (use always the most recent version)
This commit is contained in:
parent
6e2834fc5f
commit
14c6dd268e
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ syng-shell = "syng.webclientmockup:main"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.7"
|
||||||
pytube = "^12.1.0"
|
pytube = "*"
|
||||||
aiohttp = "^3.8.3"
|
aiohttp = "^3.8.3"
|
||||||
python-socketio = "^5.7.2"
|
python-socketio = "^5.7.2"
|
||||||
minio = "^7.1.12"
|
minio = "^7.1.12"
|
||||||
|
@ -22,7 +22,7 @@ mutagen = "^1.46.0"
|
||||||
aiocmd = "^0.1.5"
|
aiocmd = "^0.1.5"
|
||||||
pyqrcode = "^1.2.1"
|
pyqrcode = "^1.2.1"
|
||||||
pillow = "^9.3.0"
|
pillow = "^9.3.0"
|
||||||
yt-dlp = "^2023.0.0"
|
yt-dlp = "*"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue