⬇️ 降级python版本依赖

This commit is contained in:
Chenric 2024-07-08 14:04:55 +08:00
parent 8c29eac74a
commit e3d3b178a5

View File

@ -1,6 +1,6 @@
[project] [project]
name = "nonebot_plugin_dialectlist" name = "nonebot_plugin_dialectlist"
version = "2.1.4" version = "2.1.5"
description = "看看你群群友有多能说" description = "看看你群群友有多能说"
authors = [ authors = [
{name = "Chen_Xu233", email = "woyerpa@outlook.com"}, {name = "Chen_Xu233", email = "woyerpa@outlook.com"},
@ -17,7 +17,7 @@ dependencies = [
"pyecharts>=2.0.5", "pyecharts>=2.0.5",
"nonebot-plugin-htmlrender>=0.3.2", "nonebot-plugin-htmlrender>=0.3.2",
] ]
requires-python = ">=3.10,<4.0" requires-python = ">=3.8,<4.0"
readme = "README.md" readme = "README.md"
license = {text = "MIT"} license = {text = "MIT"}