[tool.poetry] name = "galaxymusichallv2-convert" version = "0.1.0" description = "" authors = ["CattySteve "] 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"