diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml index 99465b1..863d133 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,11 @@ homepage = "https://atri.imki.moe/" repository = "https://github.com/Kyomotoi/ATRI" documentation = "https://atri.imki.moe/" +[[tool.poetry.source]] +name = "tsinghua-mirror" +url = "https://pypi.tuna.tsinghua.edu.cn/simple" +default = true + [tool.poetry.dependencies] python = "^3.8.5" aiofiles = "^0.8.0" @@ -34,11 +39,6 @@ onnxruntime = "^1.12.1" black = "^22.3" nonebug = "^0.2.1" -[[tool.poetry.source]] -name = "tsinghua-mirror" -url = "https://pypi.tuna.tsinghua.edu.cn/simple" -default = true - [tool.poetry.group.dev.dependencies] black = {version = "^22.8.0", allow-prereleases = true} |