# Building.
setuptools

# Linting.
flake8

# Type Checking.
mypy
types-requests
types-Markdown

# Formatting.
isort

# Testing.
pytest

# Publishing.
twine
