scraperwiki / messytables

NO LONGER USED - use the official version at https://github.com/okfn/messytables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Still says it depends on old version of pdftables

morty opened this issue · comments

Setup.py and requirements-test.txt still have pdftables 0.0.3 in them. In our fork the tests will fail if we are not using the newer (closed source) version of pdftables.

FYI to install the package locally with its optional deps (e.g. pdftables) you need to do:

# activate virtualenv
cd messytables
pip install --editable ".[pdf]"