diff --git a/pyproject.toml b/pyproject.toml index a4440a8..60f6e1a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,8 +30,6 @@ Source = "https://github.com/Sevenyine/nonebot-plugin-osu-match-monitor" Tracker = "https://github.com/Sevenyine/nonebot-plugin-osu-match-monitor/issues" [project.dependencies] -dependencies = [ - "nonebot2>=2.0.0", - "nonebot-adapter-onebot>=2.0.0", - "httpx>=0.23.0" -] \ No newline at end of file +nonebot2 = ">=2.0.0" +nonebot-adapter-onebot = ">=2.0.0" +httpx = ">=0.23.0" \ No newline at end of file