# Additional packages for development.

# Our favorite test runner with some plugins and CI builder
pytest
pytest-sugar
pytest-xdist

# currently KO
# pytest-randomly

# Backport of Python 3 mocking library
mock>=1.0.1

# Coverage
coverage>=4.1
pytest-cov


# Python clone of Foreman, useful to test Heroku config locally
honcho

# Higher level API to Selenium than WebDriver,
# see http://splinter.cobrateam.info/en/latest/index.html
# Fails on travis + phantomjs issues...
#splinter>=0.7.0
#pytest-splinter

# Documentation generator
Sphinx

# Lint .rst files
restructuredtext-lint

# Standard theme for readthedocs.com
sphinx-rtd-theme

# Used to check links in the application
Flask-LinkTester

# Static code analysis
flake8
flake8-comprehensions
flake8-mutable
flake8-pytest
flake8-super-call
flake8-tidy-imports
flake8-truveris
mastool
mccabe

# Needs Python 3
# flake8-bugbear
# pep8-naming
pylint
pre-commit

# deps management
pip-tools
