Update pyproject.toml

This commit is contained in:
HibiKier 2022-06-08 11:51:32 +08:00 committed by GitHub
parent 9e9611f11f
commit dbedcbb93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@ description = "基于 Nonebot2 和 go-cqhttp 开发,以 postgresql 作为数
authors = ["HibiKier <775757368@qq.com>"]
license = "AGPL"
# [[tool.poetry.source]]
# name = "ali"
# default = true
# url = "https://mirrors.aliyun.com/pypi/simple/"
[[tool.poetry.source]]
name = "ali"
default = true
url = "https://mirrors.aliyun.com/pypi/simple/"
[tool.poetry.dependencies]
python = "^3.8"