From a479aaeacc23e9b6d0e3aedbc137eab87b6a74b7 Mon Sep 17 00:00:00 2001 From: Omar Al-Ithawi Date: Wed, 8 Jan 2020 12:26:38 +0300 Subject: [PATCH] fix stale edx-search pip package by enforcing to install from the git repo instead of the installed package from pypi --- requirements/edx/base.txt | 2 +- requirements/edx/development.txt | 2 +- requirements/edx/testing.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/edx/base.txt b/requirements/edx/base.txt index aac3b66739ac..3d2e1d1b7fb7 100644 --- a/requirements/edx/base.txt +++ b/requirements/edx/base.txt @@ -124,7 +124,7 @@ edx-opaque-keys[django]==0.4.4 git+https://github.com/appsembler/edx-organizations.git@0.4.12-appsembler4 # edx-organizations==0.4.12 edx-proctoring==1.4.0 edx-rest-api-client==1.7.1 -git+https://github.com/appsembler/edx-search.git@appsembler-beta-release-2020-01-07_4 # edx-search==1.2.1 +-e git+https://github.com/appsembler/edx-search.git@appsembler-beta-release-2020-01-07_4#egg=edx-search # edx-search==1.2.1 edx-submissions==2.0.12 edx-user-state-client==1.0.4 edxval==0.1.16 diff --git a/requirements/edx/development.txt b/requirements/edx/development.txt index a8c5bf667044..1a84b45094f3 100644 --- a/requirements/edx/development.txt +++ b/requirements/edx/development.txt @@ -145,7 +145,7 @@ edx-opaque-keys[django]==0.4.4 git+https://github.com/appsembler/edx-organizations.git@0.4.12-appsembler4 # edx-organizations==0.4.12 edx-proctoring==1.4.0 edx-rest-api-client==1.7.1 -git+https://github.com/appsembler/edx-search.git@appsembler-beta-release-2020-01-07_4 # edx-search==1.2.1 +-e git+https://github.com/appsembler/edx-search.git@appsembler-beta-release-2020-01-07_4#egg=edx-search # edx-search==1.2.1 edx-sphinx-theme==1.3.0 edx-submissions==2.0.12 edx-user-state-client==1.0.4 diff --git a/requirements/edx/testing.txt b/requirements/edx/testing.txt index 2684646e82ca..05a6037e105e 100644 --- a/requirements/edx/testing.txt +++ b/requirements/edx/testing.txt @@ -140,7 +140,7 @@ edx-opaque-keys[django]==0.4.4 git+https://github.com/appsembler/edx-organizations.git@0.4.12-appsembler4 # edx-organizations==0.4.12 edx-proctoring==1.4.0 edx-rest-api-client==1.7.1 -git+https://github.com/appsembler/edx-search.git@appsembler-beta-release-2020-01-07_4 # edx-search==1.2.1 +-e git+https://github.com/appsembler/edx-search.git@appsembler-beta-release-2020-01-07_4#egg=edx-search # edx-search==1.2.1 edx-submissions==2.0.12 edx-user-state-client==1.0.4 edxval==0.1.16