diff --git a/pyproject.toml b/pyproject.toml index 711d452..8afd263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ python = "<3.11,>=3.7.1" target-hotglue = {git = "https://gitlab.com/hotglue/target-hotglue-sdk.git"} requests = "^2.31.0" backports-cached-property = "^1.0.2" +hotglue-models-crm = { git = "https://gitlab.com/hotglue/hotglue-models-crm.git", branch = "main"} [tool.poetry.dev-dependencies] pytest = "^7.4.0"