# 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

# needed for tests/run.py script to read .travis.yml file
coveralls==1.8.2
nose==1.3.7
pycodestyle==2.5.0
PyYAML==5.1.1
pytest==5.0.1
requests==2.22.0

# needed for managing versions
bumpversion==0.5.3
