
[dev]
Sphinx==2.2.2
pypandoc==1.5
sphinx-autodoc-typehints==1.10.3
sphinx-rtd-theme==0.4.3
twine==3.1.1
wheel==0.33.6

[examples]
django==1.11
flask==1.1

[test_py2]
coverage
flake8
mock
pylint

[test_py3]
bandit
black
coverage
flake8
mock
mypy
pylint
pytype
