pyproject.toml 572 Bytes
[project]
name = "lyric-rhyme"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
    "alibabacloud-ice20201109>=4.0.0",
    "cos-python-sdk-v5>=1.9",
    "fastapi>=0.110.0",
    "librosa>=0.10.0",
    "numba>=0.59.0",
    "numpy>=1.24",
    "opencc>=1.3.1",
    "oss2>=2.18.0",
    "pgvector>=0.2.0",
    "psycopg[binary]>=3.2",
    "pymysql>=1.1",
    "pytest>=8.0",
    "python-dotenv>=1.0",
    "python-multipart>=0.0.9",
    "scipy>=1.11",
    "tqdm>=4.66",
    "uvicorn[standard]>=0.29.0",
]