# basis
requests==2.23.0
envparse==0.2.0

# json validation (inspector)
jsonschema==3.2.0

# for version comparison
semver==2.10.1

# testing
pytest==5.4.3
betamax==0.8.1
coverage<=4.5.99
pytest-cov==2.10.0
coveralls==2.0.0

# documentation
Sphinx==3.1.1
nbsphinx==0.7.0

# integration
tox==3.15.2

# code style
flake8==3.8.3
pydocstyle==5.0.2
mypy==0.780; python_version >= '3.4'
pre-commit==2.5.1

# for package management (uploads)
twine>=3.0.0; python_version >= '3.6'
twine==3.1.1; python_version <= '3.5.99'
