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", "Programming Language :: Python :: 3.11",
] ]
dependencies = [ dependencies = [
"ahserver",
"sqlor", "sqlor",
"appPublic" "bricks_for_python",
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]