fix for pytube
This commit is contained in:
@@ -7,22 +7,22 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
wheel = "^0.43.0"
|
||||
setuptools = "^70.2.0"
|
||||
setuptools = "^72.1.0"
|
||||
python = "^3.11"
|
||||
aiogram = "^3.1.1"
|
||||
rich = "^13.6.0"
|
||||
shazamio = { path = "lib/ShazamIO" }
|
||||
pytube = { path = "lib/pytube" }
|
||||
sqlitedict = "^2.1.0"
|
||||
spotipy = "^2.23.0"
|
||||
attrs = "^23.1.0"
|
||||
ytmusicapi = "^1.3.1"
|
||||
pytube = "^15.0.0"
|
||||
ytmusicapi = "^1.8.0"
|
||||
pydub = "^0.25.1"
|
||||
aiohttp = "^3.8.6"
|
||||
nest-asyncio = "^1.5.8"
|
||||
icecream = "^2.1.3"
|
||||
m3u8 = "^5.1.0"
|
||||
cryptography = "^42.0.8"
|
||||
cryptography = "^43.0.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user