From 033766564831cf4b1507120c4c40a47d3f24d14f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 29 Apr 2026 17:29:04 +0800 Subject: [PATCH] fix: replace sqlor-database-module/bricks-framework with sqlor/bricks_for_python dependencies --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a3f9bbd..faea5f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,9 +20,8 @@ classifiers = [ "Programming Language :: Python :: 3.10", ] dependencies = [ - "ahserver>=1.0.0", - "sqlor-database-module>=1.0.0", - "bricks-framework>=1.0.0" + "sqlor", + "bricks_for_python", ] [project.optional-dependencies] @@ -30,4 +29,4 @@ dev = ["pytest>=6.0", "black", "flake8"] [tool.setuptools.packages.find] where = ["."] -include = ["unified_dashboard*"] \ No newline at end of file +include = ["unified_dashboard*"]