Update deps versions, minor spotify fix, removed db sync, suppress deprecationwarning

This commit is contained in:
hhh
2024-07-03 20:49:10 +03:00
parent 9b47a74523
commit f26bc7429a
16 changed files with 19 additions and 254 deletions

View File

@@ -6,6 +6,8 @@ authors = ["BarsTiger"]
readme = "README.md"
[tool.poetry.dependencies]
wheel = "^0.43.0"
setuptools = "^70.2.0"
python = "^3.11"
aiogram = "^3.1.1"
rich = "^13.6.0"
@@ -19,8 +21,8 @@ pydub = "^0.25.1"
aiohttp = "^3.8.6"
nest-asyncio = "^1.5.8"
icecream = "^2.1.3"
m3u8 = "^3.6.0"
cryptography = "^41.0.7"
m3u8 = "^5.1.0"
cryptography = "^42.0.8"
[build-system]