From afb5d8fc2e5c4e3ac00e9ca85a97b9bd625efe8e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 29 Apr 2026 17:28:41 +0800 Subject: [PATCH] fix: replace appbase/rbac with sqlor/bricks_for_python dependencies --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7994088..eabc1a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,11 +19,11 @@ classifiers = [ "Programming Language :: Python :: 3.10", ] dependencies = [ - "appbase", - "rbac", + "sqlor", + "bricks_for_python", ] [tool.setuptools.packages.find] where = ["."] include = ["contract_management*"] -exclude = ["skill*", "wwwroot*", "models*", "json*", "init*"] \ No newline at end of file +exclude = ["skill*", "wwwroot*", "models*", "json*", "init*"]