aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetterreinholdtsen <pere@hungry.com>2016-04-07 09:59:13 +0200
committerpetterreinholdtsen <pere@hungry.com>2016-04-07 09:59:13 +0200
commitce219f7d12170a80e9efa7acc2a21af3f26a3636 (patch)
treedea08d142ed29ab5cf91a60fe3c20282b389dd28
parentc73de0ce1db9a74d7265ab2c26f2b7fc2a98a756 (diff)
parent979e70dd2cfb1aaf26a887055140789f7f4bf0a0 (diff)
Merge pull request #1 from knutid/master
Added missing pakages to env setup script.
-rwxr-xr-xenv-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/env-setup b/env-setup
index 7b6c18e..9f16a2f 100755
--- a/env-setup
+++ b/env-setup
@@ -11,7 +11,7 @@ if [ ! -d testlib/scraperwiki-python ] ; then
fi
# Install the rest
-sudo apt-get install python-alembic python-beautifulsoup python-dateutil
+sudo apt-get install python-alembic python-beautifulsoup python-dateutil python-requests python-lxml python-cssselect
if [ ! -h scrapersources/postliste-python-lib.py ] ; then
ln -s postliste-python-lib scrapersources/postliste-python-lib.py
fi