aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKnut Ingvald Dietzel <kid@redpill-linpro.com>2016-04-07 08:15:07 +0200
committerKnut Ingvald Dietzel <kid@redpill-linpro.com>2016-04-07 08:15:07 +0200
commit979e70dd2cfb1aaf26a887055140789f7f4bf0a0 (patch)
treef1a088cdab8680f0e7ebf829b5b6fd8ea840cce0
parentf9de0733abd0de5ccc6ac418ebf663b7d88032f8 (diff)
Added python-requests, python-lxml, and python-cssselect to the list of needed packages.
-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