fix: replace sqlor-database-module with sqlor, add bricks_for_python dependency

This commit is contained in:
yumoqing 2026-04-29 17:28:24 +08:00
parent dc8db76a52
commit 41636f0c91

View File

@ -10,11 +10,10 @@ authors = [{name = "Hermes Agent", email = "hermes@example.com"}]
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"ahserver",
"sqlor-database-module",
"bricks-framework"
"sqlor",
"bricks_for_python",
]
[tool.setuptools.packages.find]
where = ["."]
include = ["customer_management*"]
include = ["customer_management*"]