Files
FastAnime/pyproject.toml
2024-10-11 10:52:18 +03:00

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'