[project] name = "peft-platform-backend" version = "0.1.0" description = "四川路桥模型微调平台" requires-python = ">=3.10" dependencies = [ "fastapi>=0.115.0", "uvicorn[standard]>=0.30.0", "pydantic>=2.0", "pydantic-settings>=2.0", "python-dotenv>=1.0", "sqlalchemy[asyncio]>=2.0", "aiosqlite>=0.20.0", "asyncpg>=0.29.0", "alembic>=1.13.0", "python-multipart>=0.0.9", "websockets>=12.0", "scipy>=1.14.0", "scikit-learn>=1.5.0", "pillow>=10.4.0", "pandas>=2.2.0", "pyarrow>=17.0.0", "addict>=2.4.0", "modelscope>=1.15.0,<1.18.0", "oss2>=2.18.0", "datasets>=3.0.0", "huggingface_hub", "aiohttp>=3.9.0,<3.11.0", "pyjwt>=2.8.0", "httpx>=0.27.0", ] [tool.uv] index-url = "https://mirrors.aliyun.com/pypi/simple/"