From 3320e35dc442c5ae9fd3f77deb083965e30be288 Mon Sep 17 00:00:00 2001 From: Sergey Misuk Date: Tue, 8 Oct 2024 11:29:16 +0300 Subject: [PATCH] Use GitHub for hope-flex-fields dependency --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f8e59a1..187b9f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,10 +38,7 @@ dev-dependencies = [ ] [tool.uv.sources] -hope-flex-fields = { path = "../hope-flex-fields" } - - - +hope-flex-fields = { git = "https://github.com/unicef/hope-flex-fields.git", branch = "release/0.1rc" } [tool.isort] profile = "black"