# basis
requests==2.24.0
envparse==0.2.0

# json validation (inspector)
jsonschema==3.2.0

# for version comparison
semver==2.10.2

# testing
pytest==6.0.1
betamax==0.8.1
coverage<=4.5.99
pytest-cov==2.10.0
coveralls==2.1.1

# documentation
Sphinx==3.2.0
nbsphinx==0.7.1

# integration
tox==3.19.0

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

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