diff options
author | petterreinholdtsen <pere@hungry.com> | 2016-04-07 09:59:13 +0200 |
---|---|---|
committer | petterreinholdtsen <pere@hungry.com> | 2016-04-07 09:59:13 +0200 |
commit | ce219f7d12170a80e9efa7acc2a21af3f26a3636 (patch) | |
tree | dea08d142ed29ab5cf91a60fe3c20282b389dd28 | |
parent | c73de0ce1db9a74d7265ab2c26f2b7fc2a98a756 (diff) | |
parent | 979e70dd2cfb1aaf26a887055140789f7f4bf0a0 (diff) |
Merge pull request #1 from knutid/master
Added missing pakages to env setup script.
-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 |