# basis
requests==2.27.1
envparse==0.2.0

# json validation (inspector)
jsonschema==4.5.1

# for version comparison
semver==2.13.0

# testing
pytest==7.1.2
pytest-xdist[psutil]==2.5.0
betamax==0.8.1
coverage==6.3.2
pytest-cov==3.0.0
coveralls==3.3.1

# documentation
Sphinx==4.5.0
nbsphinx==0.8.8

# integration
tox==3.25.0

# code style
flake8==4.0.1
importlib-metadata
pydocstyle==6.1.1
mypy==0.950; python_version >= '3.4'
pre-commit==2.19.0

# for package management (uploads)
twine~=4.0; python_version >= '3.7'
twine~=3.0; python_version <= '3.6'

pytz==2022.1
