mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
chore: bump version
This commit is contained in:
@@ -6,7 +6,7 @@ if sys.version_info < (3, 10):
|
|||||||
) # noqa: F541
|
) # noqa: F541
|
||||||
|
|
||||||
|
|
||||||
__version__ = "v2.5.4"
|
__version__ = "v2.5.5"
|
||||||
|
|
||||||
APP_NAME = "FastAnime"
|
APP_NAME = "FastAnime"
|
||||||
AUTHOR = "Benex254"
|
AUTHOR = "Benex254"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "fastanime"
|
name = "fastanime"
|
||||||
version = "2.5.4.dev1"
|
version = "2.5.5.dev1"
|
||||||
description = "A browser anime site experience from the terminal"
|
description = "A browser anime site experience from the terminal"
|
||||||
authors = ["Benextempest <benextempest@gmail.com>"]
|
authors = ["Benextempest <benextempest@gmail.com>"]
|
||||||
license = "UNLICENSE"
|
license = "UNLICENSE"
|
||||||
@@ -11,16 +11,16 @@ python = "^3.10"
|
|||||||
yt-dlp = "^2024.5.27"
|
yt-dlp = "^2024.5.27"
|
||||||
thefuzz = "^0.22.1"
|
thefuzz = "^0.22.1"
|
||||||
requests = "^2.32.3"
|
requests = "^2.32.3"
|
||||||
rich = { version = "^13.7.1", optional = true }
|
rich = { version = "^13.7.1", optional = false }
|
||||||
click = { version = "^8.1.7", optional = true }
|
click = { version = "^8.1.7", optional = false }
|
||||||
inquirerpy = { version = "^0.3.4", optional = true }
|
inquirerpy = { version = "^0.3.4", optional = false }
|
||||||
mpv = { version = "^1.0.7", optional = true }
|
mpv = { version = "^1.0.7", optional = true }
|
||||||
plyer = { version = "^2.1.0", optional = true }
|
plyer = { version = "^2.1.0", optional = true }
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
full = ["plyer", "mpv", "rich", "click", "inquirerpy"]
|
full = ["plyer", "mpv"]
|
||||||
cli = ["rich", "click", "inquirerpy"]
|
# cli = ["rich", "click", "inquirerpy"]
|
||||||
mpv = ["mpv"]
|
mpv = ["mpv"]
|
||||||
notifications = ["plyer"]
|
notifications = ["plyer"]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user