DependenciesΒΆ
[tool.poetry.dependencies]
Jinja2 = ">=3.1.6"
Pillow = ">=8.3.1,<11.0.0"
Pygments = ">=2.19.2"
click-help-colors = ">=0.9.4"
html2text = ">=2025.4.15"
httpx = "^0.28.1"
ipython = "^9.6.0"
lxml = ">=6.0.2"
markdown-it-py = ">=3.0,<4.0"
mdit-py-plugins = ">=0.5.0"
nbformat = ">=5.10.4"
picharsso = ">=2.0.1"
pylatexenc = ">=2.10"
python = "^3.11.0"
rich = ">=14.2.0"
term-image = ">=0.7.2,<0.8"
typer = "^0.19.2"
types-click = ">=7.1.8"
validators = "^0.35.0"
yarl = ">=1.22.0"
[tool.poetry.group.dev.dependencies]
Pygments = ">=2.19.2"
autoflake = ">=2.3.1"
black = { extras = ["jupyter"], version = ">=25.9.0" }
click = ">=8.3.0"
coverage = { extras = ["toml"], version = ">=7.10.7" }
darglint = ">=1.8.1"
flake8 = ">=7.3.0"
flake8-bandit = ">=4.1.1"
flake8-bugbear = ">=24.12.12"
flake8-docstrings = ">=1.7.0"
flake8-rst-docstrings = ">=0.4.0"
furo = ">=2025.9.25"
interrogate = ">=1.7.0"
ipykernel = ">=7.0.0"
isort = ">=7.0.0"
mypy = ">=1.18.2"
myst-parser = ">=4.0.1"
nbqa = ">=1.9.1"
pdbpp = ">=0.11.7"
pep8-naming = ">=0.15.1"
pre-commit = ">=4.3.0"
pre-commit-hooks = ">=6.0.0"
pytest = ">=8.4.2"
pytest-mock = ">=3.15.1"
pytest-snapshot = "^0.9.0"
pyupgrade = ">=3.21.0"
safety = ">=3.6.2"
sphinx = ">=8.2.3"
sphinx-autobuild = ">=2025.8.25"
sphinx-autodoc-typehints = ">=3.5.1"
sphinx-click = ">=6.1.0"
sphinx-copybutton = ">=0.5.2"
sphinx-design = ">=0.6.1"
sphinx-favicon = ">=1.0.1"
sphinxext-opengraph = ">=0.13.0"
tomli = ">=2.3.0"
typeguard = ">=4.4.4"
xdoctest = { extras = ["colors"], version = ">=1.3.0" }