Skip to content

Commit

Permalink
Install dependencies for new sources
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Jul 26, 2015
1 parent b14b6d1 commit 8c75082
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,18 @@ pip install MySQL-python==1.2.5
# Mongo dependencies:
pip install pymongo==2.7.2

# Google spreadsheets:
pip install gspread

# InfluxDB
pip install influxdb

# Presto
pip install pyhive

# Impala
pip install impyla

# Setup supervisord + sysv init startup script
sudo -u redash mkdir -p /opt/redash/supervisord
pip install supervisor==3.1.2 # TODO: move to requirements.txt
Expand Down

0 comments on commit 8c75082

Please sign in to comment.