From 7b60461db5e194b87792c998ca18cf42a43bfafc Mon Sep 17 00:00:00 2001 From: Jong Lee <76450939+Jojo970@users.noreply.github.com> Date: Mon, 18 Dec 2023 10:19:22 -0600 Subject: [PATCH] point target-hotglue to pypi (#8) Co-authored-by: Jong --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 63393f4..38dab4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ license = "Apache-2.0" [tool.poetry.dependencies] python = "<3.11,>=3.7.1" -target-hotglue = {git = "https://gitlab.com/hotglue/target-hotglue-sdk.git"} +target-hotglue = "^0.0.2" requests = "^2.31.0" backports-cached-property = "^1.0.2" hotglue-models-crm = { git = "https://gitlab.com/hotglue/hotglue-models-crm.git", branch = "master"}