From 04da9818af6186860ac6adf4576070abd536355f Mon Sep 17 00:00:00 2001 From: Martin Gaughran Date: Tue, 27 Aug 2024 14:51:57 +0000 Subject: [PATCH] Add missing dependencies to pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 569b89b..bbf1c4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,9 @@ classifiers = [ description = "A set of tools used for deploying applications to a shared filesystem." dependencies = [ "typer", + "pydantic", + "jinja2", + "pyyaml", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] license.file = "LICENSE"