Commit 3e86638a 3e86638a0b66675cc6cdc03775ee75b51a0aa6c6 by 沈秋雨

添加uv依赖

1 parent f1966167
1 def main():
2 print("Hello from lyric-rhyme!")
3
4
5 if __name__ == "__main__":
6 main()
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 ]
This diff could not be displayed because it is too large.