# basis
requests==2.28.2
envparse==0.2.0

# json validation (inspector)
jsonschema==4.17.3

# for version comparison
semver==2.13.0

# testing
pytest==7.2.1
pytest-xdist[psutil]==3.1.0
betamax==0.8.1
coverage==7.1.0
pytest-cov==4.0.0
coveralls==3.3.1

# documentation
Sphinx==6.1.3
nbsphinx==0.8.12

# integration
tox==4.4.5

# code style
flake8==6.0.0
importlib-metadata==6.0.0
pydocstyle==6.3.0
mypy==0.991; python_version >= '3.4'
pre-commit==2.21.0

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

pytz==2022.7.1
