# basis
requests==2.25.1
envparse==0.2.0

# json validation (inspector)
jsonschema==3.2.0

# for version comparison
semver==2.13.0

# testing
pytest==6.2.2
betamax==0.8.1
coverage<=4.5.99
pytest-cov==2.11.1
coveralls==3.0.1

# documentation
Sphinx==3.5.3
nbsphinx==0.8.2

# integration
tox==3.23.0

# code style
flake8==3.9.0
pydocstyle==6.0.0
mypy==0.812; python_version >= '3.4'
pre-commit==2.11.1

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

pytz==2021.1
