fix: replace appPublic with bricks_for_python dependency

This commit is contained in:
yumoqing 2026-04-29 17:28:48 +08:00
parent 1a35ac4254
commit 141f6a8ec3

View File

@ -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"]
financial_management = ["*.json", "*.sql"]