| 1234567891011121314 |
- [project]
- name = "jimeng-ai"
- version = "0.1.0"
- description = "Add your description here"
- readme = "README.md"
- requires-python = ">=3.12"
- dependencies = [
- "fastapi>=0.135.1",
- "httpx>=0.28.1",
- "pydantic>=2.12.5",
- "python-dotenv>=1.2.2",
- "python-multipart>=0.0.22",
- "uvicorn>=0.42.0",
- ]
|