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*"]