# Base requirements

# Attrs, helpful for removing boilerplate, cattr is for serialization/deserializaton.
attrs
cattrs
# Easy date parsing (e.g., from API).
python-dateutil
# Pretty printing.
prettyprinter

# Easy logging.
logzero

# Compact, round-tripable configuration format.
toml

# Functionaly programming tools.
toolz

# HTTP requests for humans.
requests

# Useful progress display.
tqdm

# Tabular display.
tabulate

# Levenshtein distance.
python-Levenshtein
