Files
2024-06-03 11:23:45 +08:00

27 lines
558 B
TOML

[tool.poetry]
name = "galaxymusichallv2-convert"
version = "0.1.0"
description = ""
authors = ["CattySteve <cattysteve89265@163.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
spleeter = "^2.4.0"
fastapi = "0.99.0"
dynaconf = "^3.2.5"
click = "7.1.2"
uvicorn = "^0.29.0"
pyjwt = "^2.8.0"
python-multipart = "^0.0.9"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "tsinghua"
url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/"
priority = "primary"