diff --git a/pyproject.toml b/pyproject.toml index 94533ae..212b61f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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*"] \ No newline at end of file +include = ["opportunity_management*"]