# dependencies for test
pytest                              # test framework
pytest-cov                          # coverage test

# extra
boto3
pycryptodome

# mock boto3
moto[dynamodb,s3]
