From d3d575860db0b275eec423c73b4dfb30093a4e55 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Tue, 2 Jul 2024 17:36:30 -0400 Subject: [PATCH] build: Fix git ref --- requirements.in | 2 +- requirements.txt | 2 +- requirements_dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 738e4fc8..cfe6767c 100644 --- a/requirements.in +++ b/requirements.in @@ -1,7 +1,7 @@ django django-bootstrap3 # https://github.com/OpenDataServices/lib-cove/pull/144 --e git+https://github.com/jpmckinney/lib-cove.git@unique-perf#egg=libcove +-e git+https://github.com/opendataservices/lib-cove.git@3623ecf#egg=libcove libcoveocds[perf,web] libcoveweb python-dateutil diff --git a/requirements.txt b/requirements.txt index e7db9b44..4ba1dac8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # --e git+https://github.com/jpmckinney/lib-cove.git@unique-perf#egg=libcove +-e git+https://github.com/opendataservices/lib-cove.git@3623ecf#egg=libcove # via # -r requirements.in # libcoveocds diff --git a/requirements_dev.txt b/requirements_dev.txt index f5db050c..5502ca4f 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements_dev.in # --e git+https://github.com/jpmckinney/lib-cove.git@unique-perf#egg=libcove +-e git+https://github.com/opendataservices/lib-cove.git@3623ecf#egg=libcove # via # -r requirements.txt # libcoveocds