From 979e70dd2cfb1aaf26a887055140789f7f4bf0a0 Mon Sep 17 00:00:00 2001 From: Knut Ingvald Dietzel Date: Thu, 7 Apr 2016 08:15:07 +0200 Subject: Added python-requests, python-lxml, and python-cssselect to the list of needed packages. --- env-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'env-setup') 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 -- cgit v1.2.3