Add search variants

This commit is contained in:
hhh
2023-12-25 14:48:45 +02:00
parent 14303023aa
commit 9b47a74523
3 changed files with 20 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ readme = "README.md"
python = "^3.11"
aiogram = "^3.1.1"
rich = "^13.6.0"
py-deezer = "^1.1.4.post1"
shazamio = { path = "lib/ShazamIO" }
sqlitedict = "^2.1.0"
spotipy = "^2.23.0"
@@ -21,6 +20,7 @@ aiohttp = "^3.8.6"
nest-asyncio = "^1.5.8"
icecream = "^2.1.3"
m3u8 = "^3.6.0"
cryptography = "^41.0.7"
[build-system]