# Constrains for testing Diazo / Plone Packages
# ---------------------------------------------

# tox (Test invocation tool) + virtualenv:
tox==2.7.0
virtualenv==15.1.0

# coverage and coveralls:
coverage==4.4.1
coveralls==1.2.0

# lint tools (flake8, isort + plugins):
flake8==3.4.1
flake8-blind-except==0.1.1
flake8-coding==1.3.0
flake8-commas==0.4.3
flake8-debugger==1.4.0
flake8-deprecated==1.2.1
flake8-html==0.4.0
flake8-isort==2.2.1
flake8-pep3101==1.1
flake8-plone-hasattr==0.2.post0
flake8-polyfill==1.0.1
flake8-print==2.0.2
flake8-quotes==0.11.0
flake8-strict==0.1.4
flake8-string-format==0.2.3
flake8-todo==0.7
isort==4.2.15
pycodestyle==2.3.1
pyflakes==1.5.0

# pytest + plugins:
pytest==3.2.1
pytest-cov==2.5.1
pytest-html==1.15.2
pytest-metadata==1.5.0
pytest-mock==1.6.2
pytest-remove-stale-bytecode==3.0

# Documentation (Sphinx + plugins)
docutils==0.14
Sphinx==1.6.3
sphinxcontrib-websupport==1.0.1
alabaster==0.7.10
Pygments==2.2.0

# pdbpp debugger:
pdbpp==0.9.1

# Additional Dependencies:
Babel==2.5.0
certifi==2017.7.27.1
chardet==3.0.4
configparser==3.5.0
coverage==4.4.1
cssselect==1.0.1
enum-compat==0.0.2
enum34==1.1.6
fancycompleter==0.7
FormEncode==1.3.1
funcsigs==1.0.2
future==0.16.0
idna==2.6
imagesize==0.7.1
Jinja2==2.9.6
lxml==3.8.0
MarkupSafe==1.0
mccabe==0.6.1
mock==2.0.0
pbr==3.1.1
py==1.4.34
pyrepl==0.8.4
pytz==2017.2
repoze.xmliter==0.6
requests==2.18.4
six==1.10.0
snowballstemmer==1.2.1
testfixtures==5.1.1
typing==3.6.2
urllib3==1.22
WebOb==1.7.3
wmctrl==0.3
