# The basic requriements.
typing-extensions>=4.1.0
pydantic>=2
markdown-it-py[linkify]
beautifulsoup4
pillow>=10.0.0
httpx
rapidfuzz
fonttools>=4.0.0

# The requriements for testing.
pytest
pytest-base-url
pytest-html
pytest-metadata
py
pytest-variables
pytest-xdist

# Packages that are used only during tests
numpy
scikit-image

# The dev tools.
black
flake8
flake8-black

# Required for building pacakges.
build
wheel
