moved from custom pytube to pytubefix

This commit is contained in:
hhh
2024-11-02 00:10:13 +02:00
parent 6826c7fd63
commit 1b1f217b75
26 changed files with 16 additions and 5992 deletions

View File

@@ -12,7 +12,6 @@ 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"
@@ -23,6 +22,7 @@ nest-asyncio = "^1.5.8"
icecream = "^2.1.3"
m3u8 = "^5.1.0"
cryptography = "^43.0.0"
pytubefix = "^8.2.0"
[build-system]