fix: replace appbase/rbac with sqlor/bricks_for_python dependencies

This commit is contained in:
yumoqing 2026-04-29 17:28:41 +08:00
parent a72637b2a3
commit afb5d8fc2e

View File

@ -19,8 +19,8 @@ classifiers = [
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
] ]
dependencies = [ dependencies = [
"appbase", "sqlor",
"rbac", "bricks_for_python",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]