chore: update deps

This commit is contained in:
Benexl
2025-07-29 18:51:09 +03:00
parent b7c938fec4
commit 3a29127366
2 changed files with 11 additions and 14 deletions

View File

@@ -18,17 +18,15 @@ fastanime = 'fastanime:Cli'
[project.optional-dependencies]
standard = [
"mpv>=1.0.7",
"plyer>=2.1.0",
"libtorrent>=2.0.11",
"lxml>=6.0.0",
"pypresence>=4.3.0",
"thefuzz>=0.22.1",
"yt-dlp>=2025.7.21",
"pycryptodomex>=3.23.0",
]
notifications = ["plyer>=2.1.0"]
mpv = ["mpv>=1.0.7"]
mpv = [
"mpv>=1.0.7",
]
torrent = ["libtorrent>=2.0.11"]
lxml = ["lxml>=6.0.0"]
discord = ["pypresence>=4.3.0"]
@@ -36,6 +34,9 @@ download = [
"pycryptodomex>=3.23.0",
"yt-dlp>=2025.7.21",
]
torrents = [
"libtorrent>=2.0.11",
]
[build-system]
requires = ["hatchling"]