Skip to content

Commit

Permalink
daxa-ai#514: add dependency validator, add WeasyPrintDependency class…
Browse files Browse the repository at this point in the history
… to validators dict
  • Loading branch information
aram yegiazaryan authored and srics committed Sep 1, 2024
1 parent 3284f4a commit dfeeb2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pebblo/app/config/config_validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def validate_config(config_dict):
"reports": ReportsConfig,
"classifier": ClassifierConfig,
"storage": StorageConfig,
"dependency": WeasyPrintDependency
}

validation_errors = []
Expand Down

0 comments on commit dfeeb2e

Please sign in to comment.