Skip to content

Commit

Permalink
add jsonschema to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tara-nagar committed May 9, 2024
1 parent b4839ee commit 021a983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
with open(os.path.join(dir_name, "README.md"), "r", encoding="utf-8") as f:
long_description = f.read()

install_requires = ["chevron", "levenshtein", "pyyaml", "braintrust_core"]
install_requires = ["chevron", "levenshtein", "pyyaml", "braintrust_core", "jsonschema"]

extras_require = {
"dev": [
Expand Down

0 comments on commit 021a983

Please sign in to comment.