Skip to content

Commit

Permalink
Add missing dependencies to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
MJGaughran committed Aug 27, 2024
1 parent fa5da9e commit 04da981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 04da981

Please sign in to comment.