# Vrismcost — one dependency.
#
# AES-GCM for the encrypted vault. It has to come from an audited
# implementation; composing an AEAD out of hashlib would be the kind of
# cleverness that loses somebody their tax records.
#
# Everything else — the chain reader, the engine, the CSV export — is
# standard library only.
cryptography>=42.0
