diff options
author | Kyomotoi <[email protected]> | 2022-07-11 11:22:26 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2022-07-11 11:22:26 +0800 |
commit | 43094cf307b9d4a4c3100ec5cf3c50de0b6a39fc (patch) | |
tree | b5e5a853879a983be6f65ff4e530c48fec9beea6 | |
parent | fafc13a275052c6d3a8cb96c224d114ed99d7ac6 (diff) | |
download | ATRI-43094cf307b9d4a4c3100ec5cf3c50de0b6a39fc.tar.gz ATRI-43094cf307b9d4a4c3100ec5cf3c50de0b6a39fc.tar.bz2 ATRI-43094cf307b9d4a4c3100ec5cf3c50de0b6a39fc.zip |
⬆️ 放宽依赖需求
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f1ca075..169d583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ repository = "https://github.com/Kyomotoi/ATRI" documentation = "https://atri.imki.moe/" [tool.poetry.dependencies] -python = "3.8.5" +python = "^3.8.5" aiofiles = "^0.8.0" APScheduler = "^3.9.1" Pillow = "^9.1.1" |