From 4a8dc9aeac36748ab05afd3c72ad2b33b110bf76 Mon Sep 17 00:00:00 2001 From: Timur Bazhirov Date: Mon, 8 Apr 2024 04:16:30 -0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b44e3c618..f514704f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,6 +18,8 @@ dependencies = [ "exabyte-json-include>=2023.12.23.post0", "jsonschema>=2.6.0", "datamodel-code-generator>=0.25.5", + "pydantic", + "gradio", # "python-slugify==2.0.1", # PyYAML install could be problematic, see https://github.com/yaml/pyyaml/issues/601 # To avoid "AttributeError: cython_sources", consider "cython<3.0.0", the below might be needed: