# basis
requests==2.22.0
envparse==0.2.0

# json validation (inspector)
jsonschema==3.1.1

# testing
pytest==5.2.2
betamax==0.8.1

# documentation
Sphinx==2.2.1
nbsphinx==0.4.3

# data science
jupyter==1.0.0
matplotlib==3.1.1

# integration
tox==3.14.0

# code style
flake8==3.7.9
pydocstyle==4.0.1
mypy==0.740; python_version >= '3.4'

# to fix connection issues
PyOpenSSL==19.0.0; python_version <= '2.7'

# for package management (uploads)
twine==2.0.0

# for version comparison
semver==2.8.1
