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

This commit is contained in:
yumoqing 2026-04-29 17:28:33 +08:00
parent 33f1d4bf74
commit 7114e74777

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 = ["opportunity_management*"]
include = ["opportunity_management*"]