From 141f6a8ec3c5768c9b49cc69cb6d2f98ee3f6aa8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 29 Apr 2026 17:28:48 +0800 Subject: [PATCH] fix: replace appPublic with bricks_for_python dependency --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 83bf727..58211df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,9 +19,8 @@ classifiers = [ "Programming Language :: Python :: 3.11", ] dependencies = [ - "ahserver", "sqlor", - "appPublic" + "bricks_for_python", ] [tool.setuptools.packages.find] @@ -29,4 +28,4 @@ where = ["."] include = ["financial_management*"] [tool.setuptools.package-data] -financial_management = ["*.json", "*.sql"] \ No newline at end of file +financial_management = ["*.json", "*.sql"]