🐛 fix pyproject.toml

This commit is contained in:
FuQuan233 2025-02-14 18:08:42 +08:00
parent f9f9a6ebac
commit c0b136ebfc

View file

@ -12,7 +12,7 @@ keywords = ["nonebot", "nonebot2", "llm", "ai"]
[tool.poetry.dependencies]
python = "^3.9"
openai = ">=1.0.0>"
openai = ">=1.0.0"
nonebot2 = "^2.2.0"
aiofiles = ">=24.0.0"
nonebot-plugin-apscheduler = "^0.5.0"