| 12345678910111213141516171819 |
- [project]
- name = "creation-knowledge"
- version = "0.1.0"
- description = "从帖子里拆出可指导创作的知识,组装成 ingest payload 入库。"
- requires-python = ">=3.11"
- dependencies = [
- "httpx>=0.27.0",
- "pydantic>=2.8.0",
- "psycopg2-binary>=2.9.9",
- "fastapi>=0.115.0",
- "uvicorn>=0.30.0",
- "pytest>=8.2.0",
- "imageio-ffmpeg>=0.4.9",
- "numpy>=1.26",
- ]
- [tool.pytest.ini_options]
- testpaths = ["tests"]
- pythonpath = ["."]
|