添加uv依赖
Showing
3 changed files
with
31 additions
and
0 deletions
main.py
0 → 100644
pyproject.toml
0 → 100644
| 1 | [project] | ||
| 2 | name = "lyric-rhyme" | ||
| 3 | version = "0.1.0" | ||
| 4 | description = "Add your description here" | ||
| 5 | readme = "README.md" | ||
| 6 | requires-python = ">=3.10" | ||
| 7 | dependencies = [ | ||
| 8 | "alibabacloud-ice20201109>=4.0.0", | ||
| 9 | "cos-python-sdk-v5>=1.9", | ||
| 10 | "fastapi>=0.110.0", | ||
| 11 | "librosa>=0.10.0", | ||
| 12 | "numba>=0.59.0", | ||
| 13 | "numpy>=1.24", | ||
| 14 | "opencc>=1.3.1", | ||
| 15 | "oss2>=2.18.0", | ||
| 16 | "pgvector>=0.2.0", | ||
| 17 | "psycopg[binary]>=3.2", | ||
| 18 | "pymysql>=1.1", | ||
| 19 | "pytest>=8.0", | ||
| 20 | "python-dotenv>=1.0", | ||
| 21 | "python-multipart>=0.0.9", | ||
| 22 | "scipy>=1.11", | ||
| 23 | "tqdm>=4.66", | ||
| 24 | "uvicorn[standard]>=0.29.0", | ||
| 25 | ] |
uv.lock
0 → 100644
This diff could not be displayed because it is too large.
-
Please register or sign in to post a comment