# SHA1:71bcc7de0cdb43d61fc79aea1a377c8c6885b02b
#
# This file is autogenerated by pip-compile-multi
# To update, run:
#
#    pip-compile-multi
#
-r requirements.txt
appdirs==1.4.4
    # via black
argon2-cffi==20.1.0
    # via notebook
async-generator==1.10
    # via nbclient
attrs==21.2.0
    # via jsonschema
backcall==0.2.0
    # via ipython
backports.entry-points-selectable==1.1.0
    # via virtualenv
black==21.7b0
    # via -r ./requirements-dev.in
bleach==4.0.0
    # via
    #   nbconvert
    #   readme-renderer
certifi==2021.5.30
    # via requests
cffi==1.14.6
    # via
    #   argon2-cffi
    #   cryptography
charset-normalizer==2.0.4
    # via requests
click==8.0.1
    # via
    #   black
    #   pip-compile-multi
    #   pip-tools
colorama==0.4.4
    # via twine
cryptography==3.4.7
    # via secretstorage
debugpy==1.4.1
    # via ipykernel
decorator==5.0.9
    # via ipython
defusedxml==0.7.1
    # via nbconvert
distlib==0.3.2
    # via virtualenv
docutils==0.17.1
    # via readme-renderer
entrypoints==0.3
    # via nbconvert
filelock==3.0.12
    # via
    #   tox
    #   virtualenv
flake8==3.9.2
    # via -r ./requirements-dev.in
idna==3.2
    # via requests
importlib-metadata==3.10.1
    # via
    #   backports.entry-points-selectable
    #   click
    #   flake8
    #   ipykernel
    #   jsonschema
    #   keyring
    #   pep517
    #   pluggy
    #   tox
    #   twine
    #   virtualenv
ipykernel==6.0.3
    # via
    #   ipywidgets
    #   jupyter
    #   jupyter-console
    #   notebook
    #   qtconsole
ipython==7.26.0
    # via
    #   ipykernel
    #   ipywidgets
    #   jupyter-console
ipython-genutils==0.2.0
    # via
    #   nbformat
    #   notebook
    #   qtconsole
    #   traitlets
ipywidgets==7.6.3
    # via jupyter
isort==5.9.3
    # via -r ./requirements-dev.in
jedi==0.18.0
    # via ipython
jeepney==0.7.1
    # via
    #   keyring
    #   secretstorage
jinja2==3.0.1
    # via
    #   nbconvert
    #   notebook
jsonschema==3.2.0
    # via nbformat
jupyter==1.0.0
    # via -r ./requirements-dev.in
jupyter-client==6.1.12
    # via
    #   ipykernel
    #   jupyter-console
    #   nbclient
    #   notebook
    #   qtconsole
jupyter-console==6.4.0
    # via jupyter
jupyter-core==4.7.1
    # via
    #   jupyter-client
    #   nbconvert
    #   nbformat
    #   notebook
    #   qtconsole
jupyterlab-pygments==0.1.2
    # via nbconvert
jupyterlab-widgets==1.0.0
    # via ipywidgets
keyring==23.0.1
    # via twine
markupsafe==2.0.1
    # via jinja2
matplotlib-inline==0.1.2
    # via
    #   ipykernel
    #   ipython
mccabe==0.6.1
    # via flake8
mistune==0.8.4
    # via nbconvert
mypy==0.910
    # via -r ./requirements-dev.in
mypy-extensions==0.4.3
    # via
    #   black
    #   mypy
nbclient==0.5.3
    # via nbconvert
nbconvert==6.1.0
    # via
    #   jupyter
    #   notebook
nbformat==5.1.3
    # via
    #   ipywidgets
    #   nbclient
    #   nbconvert
    #   notebook
nest-asyncio==1.5.1
    # via nbclient
notebook==6.4.2
    # via
    #   jupyter
    #   widgetsnbextension
pandocfilters==1.4.3
    # via nbconvert
parso==0.8.2
    # via jedi
pathspec==0.9.0
    # via black
pep517==0.11.0
    # via pip-tools
pexpect==4.8.0
    # via ipython
pickleshare==0.7.5
    # via ipython
pip-compile-multi==2.4.1
    # via -r ./requirements-dev.in
pip-tools==6.2.0
    # via pip-compile-multi
pkginfo==1.7.1
    # via twine
platformdirs==2.2.0
    # via virtualenv
pluggy==0.13.1
    # via tox
prometheus-client==0.11.0
    # via notebook
prompt-toolkit==3.0.19
    # via
    #   ipython
    #   jupyter-console
ptyprocess==0.7.0
    # via
    #   pexpect
    #   terminado
py==1.10.0
    # via tox
pycodestyle==2.7.0
    # via flake8
pycparser==2.20
    # via cffi
pyflakes==2.3.1
    # via flake8
pygments==2.9.0
    # via
    #   ipython
    #   jupyter-console
    #   jupyterlab-pygments
    #   nbconvert
    #   qtconsole
    #   readme-renderer
pyrsistent==0.18.0
    # via jsonschema
pyzmq==22.2.1
    # via
    #   jupyter-client
    #   notebook
    #   qtconsole
qtconsole==5.1.1
    # via jupyter
qtpy==1.9.0
    # via qtconsole
readme-renderer==29.0
    # via twine
regex==2021.8.3
    # via black
requests==2.26.0
    # via
    #   requests-toolbelt
    #   twine
requests-toolbelt==0.9.1
    # via twine
rfc3986==1.5.0
    # via twine
secretstorage==3.3.1
    # via keyring
send2trash==1.8.0
    # via notebook
terminado==0.10.1
    # via notebook
testpath==0.5.0
    # via nbconvert
toml==0.10.2
    # via
    #   mypy
    #   tox
tomli==1.2.1
    # via
    #   black
    #   pep517
toposort==1.6
    # via pip-compile-multi
tornado==6.1
    # via
    #   ipykernel
    #   jupyter-client
    #   notebook
    #   terminado
tox==3.24.1
    # via -r ./requirements-dev.in
tqdm==4.62.0
    # via twine
traitlets==5.0.5
    # via
    #   ipykernel
    #   ipython
    #   ipywidgets
    #   jupyter-client
    #   jupyter-core
    #   matplotlib-inline
    #   nbclient
    #   nbconvert
    #   nbformat
    #   notebook
    #   qtconsole
twine==3.4.2
    # via -r ./requirements-dev.in
typed-ast==1.4.3
    # via
    #   black
    #   mypy
urllib3==1.26.6
    # via requests
virtualenv==20.7.1
    # via tox
wcwidth==0.2.5
    # via prompt-toolkit
webencodings==0.5.1
    # via bleach
widgetsnbextension==3.5.1
    # via ipywidgets
zipp==3.5.0
    # via
    #   importlib-metadata
    #   pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
