# install everything in the python requirements too. this may be
# needed by readthedocs?!?!
-r python

# needed for tests/run.py script to read .travis.yml file
PyYAML

# needed to run the tests
pep8
coveralls
nose

# for documentation
sphinx
sphinx_rtd_theme

# for convenience
ipdb
