diff options
author | Knut Ingvald Dietzel <kid@redpill-linpro.com> | 2016-04-07 08:15:07 +0200 |
---|---|---|
committer | Knut Ingvald Dietzel <kid@redpill-linpro.com> | 2016-04-07 08:15:07 +0200 |
commit | 979e70dd2cfb1aaf26a887055140789f7f4bf0a0 (patch) | |
tree | f1a088cdab8680f0e7ebf829b5b6fd8ea840cce0 | |
parent | f9de0733abd0de5ccc6ac418ebf663b7d88032f8 (diff) |
Added python-requests, python-lxml, and python-cssselect to the list of needed packages.
-rwxr-xr-x | env-setup | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |