chore: @requires_dependencies
decorator for methods that use optional dependencies
#118
Labels
chore
Changes to the build process or repo setup
In #106 (comment) we introduced the
@requires_dependencies
decorator, which allows us to automatically throw an exception if we are missing some dependencies for a function. We currently use this in document sources, but we should apply it to all components that use optional dependencies.The text was updated successfully, but these errors were encountered: