# This includes all packages that are used in development, including all
# packages that are required by textract itself (python), packages for
# documentation builds (python-doc)

-r python
-r python-doc

# needed for tests/run.py script to read .travis.yml file
PyYAML==3.12
pep8==1.7.0
coveralls==1.1
requests==2.13.0
nose==1.3.7

# needed for managing versions
bumpversion==0.5.3
