Skip to content

dependencies missing in setup.py #98

@Byron

Description

@Byron

When installing using pip via pip install dataconverters, you will also have to install at least the following dependencies manually ...

  • unicodecsv
  • messytables

... to get it to work.

These should be added to setup.py to automate that process.
Using tox it would be possible to prevent this kind of error in the future, as tox -e py27 would run your unit-tests in a freshly installed virtualenv. If dependencies would be missing, tox would fail to run the tests.

Meta

  • Tested on OSX 10.10.2
  • python 2.7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions