Skip to content

Commit

Permalink
no longer install boto globally
Browse files Browse the repository at this point in the history
Summary:
now that D18534 has been diffused over the past week via automatic
updates to git-bigfile, we can remove this global install from setup

Test Plan: none needed, tested as part of D18534

Reviewers: ethan, marcos, csilvers

Reviewed By: csilvers

Differential Revision: https://phabricator.khanacademy.org/D18663
  • Loading branch information
Matthew Rothenberg committed Jun 17, 2015
1 parent 9913b7b commit 625e3be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,6 @@ install_deps() {
# cf. https://sites.google.com/a/khanacademy.org/forge/technical/performance/using-kcachegrind-qcachegrind-with-gae_mini_profiler-results
pip install pyprof2calltree

# This is needed by git-bigfile.
pip install boto

# Install all the requirements for khan, khan-exercises.
# This also installs npm deps.
if [ "$WEBAPP" = true ]; then
Expand Down

0 comments on commit 625e3be

Please sign in to comment.