# basis
requests==2.28.1
envparse==0.2.0

# json validation (inspector)
jsonschema==4.17.3

# for version comparison
semver==2.13.0

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

# documentation
Sphinx==6.1.2
nbsphinx==0.8.11

# integration
tox==4.2.6

# code style
flake8==6.0.0
importlib-metadata==6.0.0
pydocstyle==6.2.3
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
