| 12345678910111213141516171819202122232425262728293031323334 |
- [project]
- name = "ai-meeting"
- version = "0.1.0"
- description = ""
- authors = [
- {name = "caoshuai",email = "caoshuai45@gmail.com"}
- ]
- readme = "README.md"
- requires-python = ">=3.10,<4.0"
- dependencies = [
- "fastapi (>=0.115.6,<0.116.0)",
- "uvicorn[standard] (>=0.34.0,<0.35.0)",
- "uvicorn-worker (>=0.3.0,<0.4.0)",
- "aiofiles (>=24.1.0,<25.0.0)",
- "nanoid (>=2.0.0,<3.0.0)",
- "python-ffmpeg (>=2.0.12,<3.0.0)",
- "websockets (>=14.1,<15.0)",
- "sqlalchemy[aiomysql] (>=2.0.36,<3.0.0)",
- "openai (>=1.59.5,<2.0.0)",
- "networkx (>=3.4.2,<4.0.0)",
- "miniopy-async (>=1.21.1,<2.0.0)",
- "python-multipart (>=0.0.20,<0.0.21)",
- ]
- [build-system]
- requires = ["poetry-core>=2.0.0,<3.0.0"]
- build-backend = "poetry.core.masonry.api"
- [[tool.poetry.source]]
- name = "mirrors"
- url = "https://mirrors.aliyun.com/pypi/simple/"
- priority = "primary"
|