# Linting.
black
mypy
types-requests

# Dependencies.
requests

# Packaging and dist.
build
twine

# Testing.
pytest
