Skip to content

Commit c2e6ba0

Browse files
authored
Merge pull request #204 from isb-cgc/sprint_21_sp
Removing Frameworks 2.0 library
2 parents 107436f + c46a8ca commit c2e6ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/install-deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ echo "Dependencies Installed"
3232
echo "Installing Python Libraries..."
3333
curl --silent https://bootstrap.pypa.io/get-pip.py | python
3434
# If we are in Frameworks 2.0, uncomment this and remove the endpoints entry from the libraries: section in the app.yaml
35-
pip install -t lib google-endpoints --ignore-installed --upgrade
35+
# pip install -t lib google-endpoints --ignore-installed --upgrade
3636
pip install -q -r ${HOMEROOT}/requirements.txt -t ${HOMEROOT}/lib --upgrade --only-binary all
3737
echo "Libraries Installed"
3838

0 commit comments

Comments
 (0)