From d80b177adb3d315f252ef84f43551d65c0f34eb6 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 25 Feb 2026 11:29:35 +0800 Subject: [PATCH] bugfix --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bd25fb5..95efe10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,9 +12,9 @@ authors = [ readme = "README.md" requires-python = ">=3.10" dependencies = [ - apppublic, - sqlor, - ahserver + "apppublic", + "sqlor", + "ahserver" ] [tool.setuptools]