mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-06-12 19:11:24 -07:00
chore: bump version
This commit is contained in:
+27
-27
@@ -1,17 +1,17 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "viu-media"
|
name = "viu-media"
|
||||||
version = "3.3.7"
|
version = "3.5.0"
|
||||||
description = "A browser anime site experience from the terminal"
|
description = "A browser anime site experience from the terminal"
|
||||||
license = "UNLICENSE"
|
license = "UNLICENSE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"click>=8.1.7",
|
"click>=8.1.7",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"inquirerpy>=0.3.4",
|
"inquirerpy>=0.3.4",
|
||||||
"pycryptodomex>=3.23.0",
|
"pycryptodomex>=3.23.0",
|
||||||
"pydantic>=2.11.7",
|
"pydantic>=2.11.7",
|
||||||
"rich>=13.9.2",
|
"rich>=13.9.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
@@ -19,20 +19,20 @@ viu = 'viu_media:Cli'
|
|||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
standard = [
|
standard = [
|
||||||
"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",
|
||||||
"pypiwin32; sys_platform == 'win32'", # For Windows-specific functionality
|
"pypiwin32; sys_platform == 'win32'", # For Windows-specific functionality
|
||||||
"pyobjc; sys_platform == 'darwin'", # For macOS-specific functionality
|
"pyobjc; sys_platform == 'darwin'", # For macOS-specific functionality
|
||||||
"dbus-python; sys_platform == 'linux'", # For Linux-specific functionality (e.g., notifications),
|
"dbus-python; sys_platform == 'linux'", # For Linux-specific functionality (e.g., notifications),
|
||||||
"plyer>=2.1.0",
|
"plyer>=2.1.0",
|
||||||
"lxml>=6.0.0",
|
"lxml>=6.0.0",
|
||||||
]
|
]
|
||||||
notifications = [
|
notifications = [
|
||||||
"pypiwin32; sys_platform == 'win32'", # For Windows-specific functionality
|
"pypiwin32; sys_platform == 'win32'", # For Windows-specific functionality
|
||||||
"pyobjc; sys_platform == 'darwin'", # For macOS-specific functionality
|
"pyobjc; sys_platform == 'darwin'", # For macOS-specific functionality
|
||||||
"dbus-python>=1.4.0; sys_platform == 'linux'",
|
"dbus-python>=1.4.0; sys_platform == 'linux'",
|
||||||
"plyer>=2.1.0",
|
"plyer>=2.1.0",
|
||||||
]
|
]
|
||||||
mpv = ["mpv>=1.0.7"]
|
mpv = ["mpv>=1.0.7"]
|
||||||
torrent = ["libtorrent>=2.0.11"]
|
torrent = ["libtorrent>=2.0.11"]
|
||||||
@@ -47,16 +47,16 @@ build-backend = "hatchling.build"
|
|||||||
|
|
||||||
[dependency-groups]
|
[dependency-groups]
|
||||||
dev = [
|
dev = [
|
||||||
"pre-commit>=4.0.1",
|
"pre-commit>=4.0.1",
|
||||||
"pyinstaller>=6.11.1",
|
"pyinstaller>=6.11.1",
|
||||||
"pyright>=1.1.384",
|
"pyright>=1.1.384",
|
||||||
"pytest>=8.3.3",
|
"pytest>=8.3.3",
|
||||||
"pytest-httpx>=0.35.0",
|
"pytest-httpx>=0.35.0",
|
||||||
"ruff>=0.6.9",
|
"ruff>=0.6.9",
|
||||||
"types-lxml>=2026.2.16",
|
"types-lxml>=2026.2.16",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
markers = [
|
markers = [
|
||||||
"integration: marks tests as integration tests that require a live network connection",
|
"integration: marks tests as integration tests that require a live network connection",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user