use pypi instead of aliyun

This commit is contained in:
yanyongyu
2021-07-22 00:07:20 +08:00
parent 1f0be1e1e3
commit 72b0ee0130
2 changed files with 12 additions and 412 deletions

View File

@ -41,17 +41,17 @@ nonebot-adapter-cqhttp = { path = "./packages/nonebot-adapter-cqhttp", develop =
nonebot-adapter-ding = { path = "./packages/nonebot-adapter-ding", develop = true }
nonebot-adapter-mirai = { path = "./packages/nonebot-adapter-mirai", develop = true }
nonebot-adapter-feishu = { path = "./packages/nonebot-adapter-feishu", develop = true }
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
sphinx-markdown-builder = { git = "git@github.com:nonebot/sphinx-markdown-builder.git" }
[tool.poetry.extras]
quart = ["quart"]
aiohttp = ["aiohttp"]
all = ["quart", "aiohttp"]
[[tool.poetry.source]]
name = "aliyun"
url = "https://mirrors.aliyun.com/pypi/simple/"
default = true
# [[tool.poetry.source]]
# name = "aliyun"
# url = "https://mirrors.aliyun.com/pypi/simple/"
# default = true
[build-system]
requires = ["poetry_core>=1.0.0"]