summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyomotoi <[email protected]>2022-11-04 08:31:35 +0800
committerKyomotoi <[email protected]>2022-11-04 08:31:35 +0800
commitd40d2a14ea9966f79518a898ab555fd745e44eca (patch)
treec8f88b57d4537d32774cabe7564cdc19868af707
parentea93851e3d51ef6ac3c40e8990bdad733728581f (diff)
downloadATRI-d40d2a14ea9966f79518a898ab555fd745e44eca.tar.gz
ATRI-d40d2a14ea9966f79518a898ab555fd745e44eca.tar.bz2
ATRI-d40d2a14ea9966f79518a898ab555fd745e44eca.zip
⬆️ 更新依赖项
-rw-r--r--poetry.lock6
-rw-r--r--pyproject.toml10
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}