加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 574 Bytes
一键复制 编辑 原始数据 按行查看 历史
realhuhu 提交于 2022-11-19 13:02 . 优化匹配
[tool.poetry]
name = "py-plugin"
version = "3.0.0"
description = ""
authors = ["realhuhu <2661467107@qq.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
httpx = "^0.23.0"
aiohttp = "^3.8.3"
nonebot-plugin-imageutils = "^0.1.13.3"
grpcio = "^1.50.0"
googleapis-common-protos = "^1.57.0"
imageio = "^2.22.4"
omegaconf = "^2.2.3"
nonebot-plugin-apscheduler = "^0.2.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[[tool.poetry.source]]
name = "aliyun"
url = "http://mirrors.aliyun.com/pypi/simple"
default = true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化