From 0e3978c1c5805fe1eafa6d553aa7bb2a8dff13db Mon Sep 17 00:00:00 2001 From: Disassembler Date: Sat, 16 Sep 2017 14:34:41 +0200 Subject: [PATCH] Install Sahana dependencies pyth and tweepy --- 02-sahana.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/02-sahana.sh b/02-sahana.sh index 03500d8..643a465 100755 --- a/02-sahana.sh +++ b/02-sahana.sh @@ -3,7 +3,7 @@ SOURCE_DIR=$(realpath $(dirname "${0}")) # Install dependencies for Sahana -apt-get -y --no-install-recommends install python-dateutil python-imaging python-lxml python-matplotlib python-openid python-psycopg2 python-reportlab python-requests python-shapely python-xlrd python-xlwt +apt-get -y --no-install-recommends install python-dateutil python-imaging python-lxml python-matplotlib python-openid python-psycopg2 python-pyth python-reportlab python-requests python-shapely python-tweepy python-xlrd python-xlwt # Install web2py git clone --recursive https://github.com/web2py/web2py.git /srv/sahana @@ -71,7 +71,6 @@ ${SOURCE_DIR}/basic/portal-app-manager.py sahana-eden "https://{host}/eden/" "${ # TODO: Potentially needed dependencies # WARNING: Setup unresolved dependency: boto required for Setup Module -# WARNING: S3Doc unresolved dependency: pyth required for RTF document support in Full-Text Search # WARNING: S3Doc unresolved dependency: sunburnt required for Full-Text Search support # WARNING: S3GIS unresolved dependency: selenium required for Map printing support # WARNING: Setup unresolved dependency: PyYAML required for Setup Module @@ -79,7 +78,6 @@ ${SOURCE_DIR}/basic/portal-app-manager.py sahana-eden "https://{host}/eden/" "${ # WARNING: Setup unresolved dependency: ansible required for Setup Module # WARNING: Survey unresolved dependency: PyRTF required if you want to export assessment/survey templates as a Word document # WARNING: Unresolved optional dependency: pyserial required -# WARNING: S3Msg unresolved dependency tweepy required for non-Tropo Twitter support # WARNING: Message Parsing unresolved dependency: TwitterSearch required for fetching results from twitter keyword queries # TODO: Development notes