aboutsummaryrefslogtreecommitdiffstats
path: root/env-setup
diff options
context:
space:
mode:
Diffstat (limited to 'env-setup')
-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