Dependencies#

[tool.poetry.dependencies]
python = "^3.8.0"
rich = ">=12.4.1"
typer = ">=0.4.1,<0.6.0"
nbformat = { extras = ["fast"], version = ">=5.2.0" }
Pygments = ">=2.10.0"
ipython = ">=7.27,<9.0"
lxml = ">=4.6.3"
pylatexenc = ">=2.10"
httpx = ">=0.19,<0.24"
Jinja2 = ">=3.0.1"
html2text = ">=2020.1.16"
types-click = ">=7.1.5"
Pillow = ">=8.3.1,<10.0.0"
picharsso = ">=2.0.1"
validators = ">=0.18.2,<0.21.0"
yarl = ">=1.6.3"
markdown-it-py = ">=1.1,<3.0"
mdit-py-plugins = ">=0.3.0"
click-help-colors = ">=0.9.1"
term-image = ">=0.3.0"

[tool.poetry.dev-dependencies]
pytest = ">=7.1.2"
coverage = { extras = ["toml"], version = ">=6.4" }
safety = ">=2.0.0"
mypy = ">=0.961"
typeguard = ">=2.13.3"
xdoctest = { extras = ["colors"], version = ">=1.0.0" }
sphinx = ">=5.0.2"
sphinx-autobuild = ">=2021.3.14"
pre-commit = ">=2.19.0"
flake8 = ">=4.0.1"
black = { extras = ["jupyter"], version = ">=21.12b0" }
flake8-bandit = ">=3.0.0"
flake8-bugbear = ">=22.6.22"
flake8-docstrings = ">=1.5.0"
flake8-rst-docstrings = ">=0.2.6"
pep8-naming = ">=0.13.0"
darglint = ">=1.8.1"
pre-commit-hooks = ">=4.3.0"
sphinx-click = ">=4.2.0"
Pygments = ">=2.10.0"
pyupgrade = ">=2.34.0"
furo = ">=2021.11.12"
pdbpp = ">=0.10.3"
ipykernel = ">=6.15.0"
pytest-mock = ">=3.8.1"
interrogate = ">=1.5.0"
isort = ">=5.10.1"
nbqa = ">=1.3.1"
click = ">=8.1.3"
autoflake = ">=1.4"
myst-parser = ">=0.18.0"
sphinxext-opengraph = ">=0.6.3"
sphinx-copybutton = ">=0.5.0"
sphinx-design = ">=0.2.0"
sphinx-autodoc-typehints = ">=1.18.3"
tomli = ">=2.0.1"
sphinx-favicon = ">=0.2"