check_dependencies#

cogsworth.utils.check_dependencies(names)[source]#

Checks for optional dependencies using lazy import from PEP 562.

I brazenly stole this from Gala (see here) and made some changes to the error message