From f566ddf8943a38dff677ece5afbb6acbff0d63ca Mon Sep 17 00:00:00 2001 From: Azide Date: Wed, 18 May 2022 16:49:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7=E5=88=B0py310?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38dafe9..77e2ad6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = "^3.9" +python = ">=3.10" nonebot2 = "^2.0.0-beta.2" httpx = ">=0.16.1 <1.0.0" bs4 = "^0.0.1"