xiaomusic/pyproject.toml

24 lines
511 B
TOML
Raw Normal View History

2023-10-14 11:50:32 +00:00
[project]
name = "xiaomusic"
2024-05-06 10:54:43 +00:00
version = "0.1.25"
2023-10-14 11:50:32 +00:00
description = "Play Music with xiaomi AI speaker"
authors = [
{name = "涵曦", email = "im.hanxi@gmail.com"},
]
dependencies = [
"rich>=13.6.0",
"requests>=2.31.0",
"aiohttp>=3.8.6",
"miservice-fork>=2.2.1",
"mutagen>=1.47.0",
"yt-dlp>=2024.2.2.232707.dev0",
"flask[async]>=3.0.1",
2023-10-14 11:50:32 +00:00
]
requires-python = ">=3.10"
readme = "README.md"
license = {text = "MIT"}
[build-system]
requires = ["pdm-backend"]
build-backend = "pdm.backend"