加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 920 Bytes
一键复制 编辑 原始数据 按行查看 历史
aibabelx 提交于 2024-12-21 13:05 . 完善项目结构
[tool.poetry]
name = "aiflow"
version = "0.1.0"
description = "aiflow是一个旨在提供全面的模型管理、应用管理、配置管理、集成管理、数据管理、运维监控、知识库管理、插件管理、工作流管理、对话管理、终端对接和团队管理等功能的综合性平台。该平台致力于为AI应用提供一站式解决方案,提高开发效率并简化运维流程。"
authors = ["aibabelx <aibabelx@qq.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.112.0"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
tortoise-orm = "^0.22.2"
aerich = "^0.8.0"
python-dotenv = "^1.0.1"
python-decouple = "^3.8"
asyncpg = "^0.30.0"
requests = "^2.32.3"
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化