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] [project.optional-dependencies]
standard = [ standard = [
"mpv>=1.0.7",
"plyer>=2.1.0",
"libtorrent>=2.0.11",
"lxml>=6.0.0", "lxml>=6.0.0",
"pypresence>=4.3.0",
"thefuzz>=0.22.1", "thefuzz>=0.22.1",
"yt-dlp>=2025.7.21", "yt-dlp>=2025.7.21",
"pycryptodomex>=3.23.0", "pycryptodomex>=3.23.0",
] ]
notifications = ["plyer>=2.1.0"] notifications = ["plyer>=2.1.0"]
mpv = ["mpv>=1.0.7"] mpv = [
"mpv>=1.0.7",
]
torrent = ["libtorrent>=2.0.11"] torrent = ["libtorrent>=2.0.11"]
lxml = ["lxml>=6.0.0"] lxml = ["lxml>=6.0.0"]
discord = ["pypresence>=4.3.0"] discord = ["pypresence>=4.3.0"]
@@ -36,6 +34,9 @@ download = [
"pycryptodomex>=3.23.0", "pycryptodomex>=3.23.0",
"yt-dlp>=2025.7.21", "yt-dlp>=2025.7.21",
] ]
torrents = [
"libtorrent>=2.0.11",
]
[build-system] [build-system]
requires = ["hatchling"] requires = ["hatchling"]

14
uv.lock generated
View File

@@ -125,18 +125,17 @@ notifications = [
{ name = "plyer" }, { name = "plyer" },
] ]
standard = [ standard = [
{ name = "libtorrent" },
{ name = "lxml" }, { name = "lxml" },
{ name = "mpv" },
{ name = "plyer" },
{ name = "pycryptodomex" }, { name = "pycryptodomex" },
{ name = "pypresence" },
{ name = "thefuzz" }, { name = "thefuzz" },
{ name = "yt-dlp" }, { name = "yt-dlp" },
] ]
torrent = [ torrent = [
{ name = "libtorrent" }, { name = "libtorrent" },
] ]
torrents = [
{ name = "libtorrent" },
]
[package.dev-dependencies] [package.dev-dependencies]
dev = [ dev = [
@@ -153,25 +152,22 @@ requires-dist = [
{ name = "click", specifier = ">=8.1.7" }, { name = "click", specifier = ">=8.1.7" },
{ name = "httpx", specifier = ">=0.28.1" }, { name = "httpx", specifier = ">=0.28.1" },
{ name = "inquirerpy", specifier = ">=0.3.4" }, { name = "inquirerpy", specifier = ">=0.3.4" },
{ name = "libtorrent", marker = "extra == 'standard'", specifier = ">=2.0.11" },
{ name = "libtorrent", marker = "extra == 'torrent'", specifier = ">=2.0.11" }, { name = "libtorrent", marker = "extra == 'torrent'", specifier = ">=2.0.11" },
{ name = "libtorrent", marker = "extra == 'torrents'", specifier = ">=2.0.11" },
{ name = "lxml", marker = "extra == 'lxml'", specifier = ">=6.0.0" }, { name = "lxml", marker = "extra == 'lxml'", specifier = ">=6.0.0" },
{ name = "lxml", marker = "extra == 'standard'", specifier = ">=6.0.0" }, { name = "lxml", marker = "extra == 'standard'", specifier = ">=6.0.0" },
{ name = "mpv", marker = "extra == 'mpv'", specifier = ">=1.0.7" }, { name = "mpv", marker = "extra == 'mpv'", specifier = ">=1.0.7" },
{ name = "mpv", marker = "extra == 'standard'", specifier = ">=1.0.7" },
{ name = "plyer", marker = "extra == 'notifications'", specifier = ">=2.1.0" }, { name = "plyer", marker = "extra == 'notifications'", specifier = ">=2.1.0" },
{ name = "plyer", marker = "extra == 'standard'", specifier = ">=2.1.0" },
{ name = "pycryptodomex", marker = "extra == 'download'", specifier = ">=3.23.0" }, { name = "pycryptodomex", marker = "extra == 'download'", specifier = ">=3.23.0" },
{ name = "pycryptodomex", marker = "extra == 'standard'", specifier = ">=3.23.0" }, { name = "pycryptodomex", marker = "extra == 'standard'", specifier = ">=3.23.0" },
{ name = "pydantic", specifier = ">=2.11.7" }, { name = "pydantic", specifier = ">=2.11.7" },
{ name = "pypresence", marker = "extra == 'discord'", specifier = ">=4.3.0" }, { name = "pypresence", marker = "extra == 'discord'", specifier = ">=4.3.0" },
{ name = "pypresence", marker = "extra == 'standard'", specifier = ">=4.3.0" },
{ name = "rich", specifier = ">=13.9.2" }, { name = "rich", specifier = ">=13.9.2" },
{ name = "thefuzz", marker = "extra == 'standard'", specifier = ">=0.22.1" }, { name = "thefuzz", marker = "extra == 'standard'", specifier = ">=0.22.1" },
{ name = "yt-dlp", marker = "extra == 'download'", specifier = ">=2025.7.21" }, { name = "yt-dlp", marker = "extra == 'download'", specifier = ">=2025.7.21" },
{ name = "yt-dlp", marker = "extra == 'standard'", specifier = ">=2025.7.21" }, { name = "yt-dlp", marker = "extra == 'standard'", specifier = ">=2025.7.21" },
] ]
provides-extras = ["standard", "notifications", "mpv", "torrent", "lxml", "discord", "download"] provides-extras = ["standard", "notifications", "mpv", "torrent", "lxml", "discord", "download", "torrents"]
[package.metadata.requires-dev] [package.metadata.requires-dev]
dev = [ dev = [