mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
19 lines
382 B
TOML
19 lines
382 B
TOML
[project]
|
|
name = "fastanime"
|
|
version = "2.6.6"
|
|
description = "A browser anime site experience from the terminal"
|
|
license = "UNLICENSE"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
dependencies = [
|
|
"click>=8.1.7",
|
|
"fastapi>=0.115.0",
|
|
"mpv>=1.0.7",
|
|
"plyer>=2.1.0",
|
|
"rich>=13.9.2",
|
|
"yt-dlp>=2024.10.7",
|
|
]
|
|
|
|
[project.scripts]
|
|
fastanime = 'fastanime:FastAnime'
|