[project] name = "aigc-backend" version = "0.1.0" description = "AIGC Backend - FastAPI server for RTC AIGC Demo" requires-python = ">=3.13" dependencies = [ "fastapi>=0.110.0", "uvicorn[standard]>=0.29.0", "httpx>=0.27.0", "python-dotenv>=1.2.2", "python-multipart>=0.0.9", "openai>=1.0.0", ] [tool.uv] dev-dependencies = []