Dependencies

The requirements.txt file contains this project’s module dependencies. You can install these dependencies using pip.

pip install -r requirements.txt

requirements.txt

#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
#    pip-compile --strip-extras
#
alabaster==0.7.12
    # via sphinx
astroid==2.11.7
    # via pylint
asttokens==2.0.5
    # via stack-data
attrs==21.4.0
    # via
    #   jsonschema
    #   pytest
babel==2.10.3
    # via sphinx
backcall==0.2.0
    # via ipython
black==22.6.0
    # via -r requirements.in
bleach==5.0.1
    # via readme-renderer
certifi==2022.6.15
    # via requests
cffi==1.15.1
    # via cryptography
charset-normalizer==2.1.0
    # via requests
click==8.1.3
    # via
    #   -r requirements.in
    #   black
    #   sphinx-click
commonmark==0.9.1
    # via rich
coverage==6.4.2
    # via pytest-cov
cryptography==37.0.4
    # via secretstorage
debugpy==1.6.2
    # via ipykernel
decorator==5.1.1
    # via ipython
dill==0.3.5.1
    # via pylint
distlib==0.3.5
    # via virtualenv
docutils==0.18.1
    # via
    #   readme-renderer
    #   sphinx
    #   sphinx-click
entrypoints==0.4
    # via jupyter-client
executing==0.8.3
    # via stack-data
fastjsonschema==2.16.1
    # via nbformat
filelock==3.7.1
    # via
    #   tox
    #   virtualenv
flake8==4.0.1
    # via
    #   -r requirements.in
    #   flake8-docstrings
    #   flake8-pyproject
flake8-docstrings==1.6.0
    # via -r requirements.in
flake8-pyproject==0.9.0
    # via -r requirements.in
idna==3.3
    # via requests
imagesize==1.4.1
    # via sphinx
importlib-metadata==4.12.0
    # via
    #   keyring
    #   sphinx
    #   twine
importlib-resources==5.9.0
    # via jsonschema
iniconfig==1.1.1
    # via pytest
ipykernel==6.15.1
    # via -r requirements.in
ipython==8.4.0
    # via ipykernel
isort==5.10.1
    # via
    #   -r requirements.in
    #   pylint
jedi==0.18.1
    # via ipython
jeepney==0.8.0
    # via
    #   keyring
    #   secretstorage
jinja2==3.1.2
    # via sphinx
jsonschema==4.13.0
    # via nbformat
jupyter-client==7.3.4
    # via ipykernel
jupyter-core==4.11.1
    # via
    #   jupyter-client
    #   nbformat
keyring==23.7.0
    # via twine
lazy-object-proxy==1.7.1
    # via astroid
markupsafe==2.1.1
    # via jinja2
matplotlib-inline==0.1.3
    # via
    #   ipykernel
    #   ipython
mccabe==0.6.1
    # via
    #   flake8
    #   pylint
mypy-extensions==0.4.3
    # via black
nbformat==5.4.0
    # via -r requirements.in
nest-asyncio==1.5.5
    # via
    #   ipykernel
    #   jupyter-client
packaging==21.3
    # via
    #   ipykernel
    #   pytest
    #   sphinx
    #   tox
parso==0.8.3
    # via jedi
pathspec==0.9.0
    # via black
pexpect==4.8.0
    # via ipython
pickleshare==0.7.5
    # via ipython
pip-licenses==3.5.4
    # via -r requirements.in
pkginfo==1.8.3
    # via twine
pkgutil-resolve-name==1.3.10
    # via jsonschema
platformdirs==2.5.2
    # via
    #   black
    #   pylint
    #   virtualenv
pluggy==1.0.0
    # via
    #   pytest
    #   tox
prompt-toolkit==3.0.30
    # via ipython
psutil==5.9.1
    # via ipykernel
ptable==0.9.2
    # via pip-licenses
ptyprocess==0.7.0
    # via pexpect
pure-eval==0.2.2
    # via stack-data
py==1.11.0
    # via
    #   pytest
    #   tox
pycodestyle==2.8.0
    # via flake8
pycparser==2.21
    # via cffi
pydocstyle==6.1.1
    # via flake8-docstrings
pyflakes==2.4.0
    # via flake8
pygments==2.12.0
    # via
    #   ipython
    #   readme-renderer
    #   rich
    #   sphinx
pylint==2.14.4
    # via -r requirements.in
pyparsing==3.0.9
    # via packaging
pyrsistent==0.18.1
    # via jsonschema
pytest==7.1.2
    # via
    #   -r requirements.in
    #   pytest-cov
pytest-cov==3.0.0
    # via -r requirements.in
python-dateutil==2.8.2
    # via jupyter-client
pytz==2022.1
    # via babel
pyzmq==23.2.0
    # via
    #   ipykernel
    #   jupyter-client
readme-renderer==35.0
    # via twine
requests==2.28.1
    # via
    #   requests-toolbelt
    #   sphinx
    #   twine
requests-toolbelt==0.9.1
    # via twine
rfc3986==2.0.0
    # via twine
rich==12.5.1
    # via twine
secretstorage==3.3.2
    # via keyring
six==1.16.0
    # via
    #   asttokens
    #   bleach
    #   python-dateutil
    #   tox
    #   virtualenv
snowballstemmer==2.2.0
    # via
    #   pydocstyle
    #   sphinx
sphinx==5.0.2
    # via
    #   -r requirements.in
    #   sphinx-click
sphinx-click==4.3.0
    # via -r requirements.in
sphinxcontrib-applehelp==1.0.2
    # via sphinx
sphinxcontrib-devhelp==1.0.2
    # via sphinx
sphinxcontrib-htmlhelp==2.0.0
    # via sphinx
sphinxcontrib-jsmath==1.0.1
    # via sphinx
sphinxcontrib-qthelp==1.0.3
    # via sphinx
sphinxcontrib-serializinghtml==1.1.5
    # via sphinx
stack-data==0.3.0
    # via ipython
toml==0.10.2
    # via tox
tomli==2.0.1
    # via
    #   black
    #   coverage
    #   flake8-pyproject
    #   pylint
    #   pytest
tomlkit==0.11.1
    # via pylint
tornado==6.2
    # via
    #   ipykernel
    #   jupyter-client
tox==3.25.1
    # via
    #   -r requirements.in
    #   tox-conda
tox-conda==0.9.2
    # via -r requirements.in
traitlets==5.3.0
    # via
    #   ipykernel
    #   ipython
    #   jupyter-client
    #   jupyter-core
    #   matplotlib-inline
    #   nbformat
twine==4.0.1
    # via -r requirements.in
typing-extensions==4.3.0
    # via
    #   astroid
    #   black
    #   pylint
    #   rich
urllib3==1.26.10
    # via
    #   requests
    #   twine
virtualenv==20.15.1
    # via tox
wcwidth==0.2.5
    # via prompt-toolkit
webencodings==0.5.1
    # via bleach
wincertstore==0.2
    # via -r requirements.in
wrapt==1.14.1
    # via astroid
zipp==3.8.1
    # via
    #   importlib-metadata
    #   importlib-resources

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

Runtime Dependencies and Licenses

Name

Version

License

URL

Babel

2.10.3

BSD License

https://babel.pocoo.org/

Flake8-pyproject

0.9.0

MIT License

UNKNOWN

Jinja2

3.1.2

BSD License

https://palletsprojects.com/p/jinja/

MarkupSafe

2.1.1

BSD License

https://palletsprojects.com/p/markupsafe/

Pygments

2.12.0

BSD License

https://pygments.org/

SecretStorage

3.3.2

BSD License

https://github.com/mitya57/secretstorage

Sphinx

5.0.2

BSD License

https://www.sphinx-doc.org/

alabaster

0.7.12

BSD License

https://alabaster.readthedocs.io

astroid

2.11.7

GNU Lesser General Public License v2 (LGPLv2)

https://github.com/PyCQA/astroid

asttokens

2.0.5

UNKNOWN

https://github.com/gristlabs/asttokens

attrs

21.4.0

MIT License

https://www.attrs.org/

backcall

0.2.0

BSD License

https://github.com/takluyver/backcall

black

22.6.0

MIT License

https://github.com/psf/black

bleach

5.0.1

Apache Software License

https://github.com/mozilla/bleach

build

0.8.0

MIT License

UNKNOWN

certifi

2022.6.15

Mozilla Public License 2.0 (MPL 2.0)

https://github.com/certifi/python-certifi

cffi

1.15.1

MIT License

http://cffi.readthedocs.org

charset-normalizer

2.1.0

MIT License

https://github.com/ousret/charset_normalizer

click

8.1.3

BSD License

https://palletsprojects.com/p/click/

commonmark

0.9.1

BSD License

https://github.com/rtfd/commonmark.py

coverage

6.4.2

Apache Software License

https://github.com/nedbat/coveragepy

cryptography

37.0.4

Apache Software License; BSD License

https://github.com/pyca/cryptography

debugpy

1.6.2

Eclipse Public License 2.0 (EPL-2.0); MIT License

https://aka.ms/debugpy

decorator

5.1.1

BSD License

https://github.com/micheles/decorator

dill

0.3.5.1

BSD License

https://github.com/uqfoundation/dill

distlib

0.3.5

Python Software Foundation License

https://github.com/pypa/distlib

docutils

0.18.1

BSD License; GNU General Public License (GPL); Public Domain; Python Software Foundation License

http://docutils.sourceforge.net/

entrypoints

0.4

MIT License

https://github.com/takluyver/entrypoints

executing

0.8.3

MIT License

https://github.com/alexmojaki/executing

filelock

3.7.1

Public Domain

https://github.com/tox-dev/py-filelock

flake8

4.0.1

MIT License

https://github.com/pycqa/flake8

flake8-docstrings

1.6.0

MIT License

https://gitlab.com/pycqa/flake8-docstrings

idna

3.3

BSD License

https://github.com/kjd/idna

imagesize

1.4.1

MIT License

https://github.com/shibukawa/imagesize_py

importlib-metadata

4.12.0

Apache Software License

https://github.com/python/importlib_metadata

iniconfig

1.1.1

MIT License

http://github.com/RonnyPfannschmidt/iniconfig

ipykernel

6.15.1

BSD License

UNKNOWN

ipython

8.4.0

BSD License

https://ipython.org

isort

5.10.1

MIT License

https://pycqa.github.io/isort/

jedi

0.18.1

MIT License

https://github.com/davidhalter/jedi

jeepney

0.8.0

MIT License

https://gitlab.com/takluyver/jeepney

jupyter-client

7.3.4

BSD License

UNKNOWN

jupyter-core

4.11.1

BSD License

UNKNOWN

keyring

23.7.0

MIT License; Python Software Foundation License

https://github.com/jaraco/keyring

lazy-object-proxy

1.7.1

BSD License

https://github.com/ionelmc/python-lazy-object-proxy

matplotlib-inline

0.1.3

UNKNOWN

https://github.com/ipython/matplotlib-inline

mccabe

0.6.1

MIT License

https://github.com/pycqa/mccabe

mypy-extensions

0.4.3

MIT License

https://github.com/python/mypy_extensions

nest-asyncio

1.5.5

BSD License

https://github.com/erdewit/nest_asyncio

packaging

21.3

Apache Software License; BSD License

https://github.com/pypa/packaging

parso

0.8.3

MIT License

https://github.com/davidhalter/parso

pathspec

0.9.0

Mozilla Public License 2.0 (MPL 2.0)

https://github.com/cpburnz/python-path-specification

pep517

0.12.0

MIT License

https://github.com/pypa/pep517

pexpect

4.8.0

ISC License (ISCL)

https://pexpect.readthedocs.io/

pickleshare

0.7.5

MIT License

https://github.com/pickleshare/pickleshare

pip-tools

6.8.0

BSD License

https://github.com/jazzband/pip-tools/

pkginfo

1.8.3

MIT License

https://code.launchpad.net/~tseaver/pkginfo/trunk

platformdirs

2.5.2

MIT License

UNKNOWN

pluggy

1.0.0

MIT License

https://github.com/pytest-dev/pluggy

prompt-toolkit

3.0.30

BSD License

https://github.com/prompt-toolkit/python-prompt-toolkit

psutil

5.9.1

BSD License

https://github.com/giampaolo/psutil

ptyprocess

0.7.0

ISC License (ISCL)

https://github.com/pexpect/ptyprocess

pure-eval

0.2.2

MIT License

http://github.com/alexmojaki/pure_eval

py

1.11.0

MIT License

https://py.readthedocs.io/

pycodestyle

2.8.0

MIT License

https://pycodestyle.pycqa.org/

pycparser

2.21

BSD License

https://github.com/eliben/pycparser

pydocstyle

6.1.1

MIT License

https://github.com/PyCQA/pydocstyle/

pyflakes

2.4.0

MIT License

https://github.com/PyCQA/pyflakes

pylint

2.14.4

GNU General Public License v2 (GPLv2)

UNKNOWN

pyparsing

3.0.9

MIT License

UNKNOWN

pytest

7.1.2

MIT License

https://docs.pytest.org/en/latest/

pytest-cov

3.0.0

MIT License

https://github.com/pytest-dev/pytest-cov

python-dateutil

2.8.2

Apache Software License; BSD License

https://github.com/dateutil/dateutil

pytz

2022.1

MIT License

http://pythonhosted.org/pytz

pyzmq

23.2.0

BSD License; GNU Library or Lesser General Public License (LGPL)

https://pyzmq.readthedocs.org

readme-renderer

35.0

Apache Software License

https://github.com/pypa/readme_renderer

requests

2.28.1

Apache Software License

https://requests.readthedocs.io

requests-toolbelt

0.9.1

Apache Software License

https://toolbelt.readthedocs.org

rfc3986

2.0.0

Apache Software License

http://rfc3986.readthedocs.io

rich

12.5.1

MIT License

https://github.com/willmcgugan/rich

six

1.16.0

MIT License

https://github.com/benjaminp/six

snowballstemmer

2.2.0

BSD License

https://github.com/snowballstem/snowball

sphinx-click

4.3.0

MIT License

https://github.com/click-contrib/sphinx-click

sphinxcontrib-applehelp

1.0.2

BSD License

http://sphinx-doc.org/

sphinxcontrib-devhelp

1.0.2

BSD License

http://sphinx-doc.org/

sphinxcontrib-htmlhelp

2.0.0

BSD License

http://sphinx-doc.org/

sphinxcontrib-jsmath

1.0.1

BSD License

http://sphinx-doc.org/

sphinxcontrib-qthelp

1.0.3

BSD License

http://sphinx-doc.org/

sphinxcontrib-serializinghtml

1.1.5

BSD License

http://sphinx-doc.org/

stack-data

0.3.0

MIT License

http://github.com/alexmojaki/stack_data

toml

0.10.2

MIT License

https://github.com/uiri/toml

tomli

2.0.1

MIT License

UNKNOWN

tomlkit

0.11.1

MIT License

https://github.com/sdispater/tomlkit

tornado

6.2

Apache Software License

http://www.tornadoweb.org/

tox

3.25.1

MIT License

https://tox.readthedocs.io

tox-conda

0.9.2

MIT License

https://github.com/tox-dev/tox-conda

traitlets

5.3.0

BSD License

UNKNOWN

twine

4.0.1

Apache Software License

https://twine.readthedocs.io/

typing-extensions

4.3.0

Python Software Foundation License

UNKNOWN

urllib3

1.26.10

MIT License

https://urllib3.readthedocs.io/

virtualenv

20.15.1

MIT License

https://virtualenv.pypa.io/

wcwidth

0.2.5

MIT License

https://github.com/jquast/wcwidth

webencodings

0.5.1

BSD License

https://github.com/SimonSapin/python-webencodings

wincertstore

0.2

Python Software Foundation License

https://bitbucket.org/tiran/wincertstore

wrapt

1.14.1

BSD License

https://github.com/GrahamDumpleton/wrapt

zipp

3.8.1

MIT License

https://github.com/jaraco/zipp