Initial import: Music_Server, MusicFree, catalog-sync

This commit is contained in:
2026-05-23 16:51:14 +08:00
commit 069af30dba
847 changed files with 179878 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "music-server"
version = "0.1.0"
requires-python = ">=3.11"
dependencies = [
"fastapi==0.115.0",
"uvicorn==0.32.0",
"httpx==0.27.2",
"itsdangerous==2.2.0",
"python-multipart==0.0.20",
"cryptography==43.0.3",
"paramiko==3.5.0",
"boto3==1.35.36",
]
[tool.setuptools.packages.find]
where = ["src"]