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,9 +10,8 @@ authors = [{name = "Hermes Agent", email = "hermes@example.com"}]
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = [ dependencies = [
"ahserver", "sqlor",
"sqlor-database-module", "bricks_for_python",
"bricks-framework"
] ]
[tool.setuptools.packages.find] [tool.setuptools.packages.find]