From d40d2a14ea9966f79518a898ab555fd745e44eca Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Fri, 4 Nov 2022 08:31:35 +0800 Subject: =?UTF-8?q?=E2=AC=86=EF=B8=8F=20=E6=9B=B4=E6=96=B0=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 6 +++--- pyproject.toml | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34b2e5e..0eb7e5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -436,7 +436,7 @@ reference = "tsinghua-mirror" [[package]] name = "imageio" -version = "2.22.1" +version = "2.22.2" description = "Library for reading and writing a wide range of image, video, scientific, and volumetric data formats." category = "main" optional = false @@ -1742,8 +1742,8 @@ idna = [ {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, ] imageio = [ - {file = "imageio-2.22.1-py3-none-any.whl", hash = "sha256:a8e7be75ebc3920e8c9a7dcc8e47b54331125fc0932d050df4af9a6f5904d472"}, - {file = "imageio-2.22.1.tar.gz", hash = "sha256:465ec35f919d538906d3023b61ccec766d8e7575fe55fcbd7669ece55afb97ca"}, + {file = "imageio-2.22.2-py3-none-any.whl", hash = "sha256:9bdafe9c5a3d336a187f3f554f3e30bcdbf8a1d7d46f0e4d94e4a535adfb64c7"}, + {file = "imageio-2.22.2.tar.gz", hash = "sha256:db7010cd10712518819a4187baf61b05988361ea20c23e829918727b27acb977"}, ] iniconfig = [ {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, 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} -- cgit v1.2.3