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"