Skip to content

Commit

Permalink
Add missing pyyaml dependency to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
spillai committed Oct 9, 2023
1 parent 4e6adaa commit 82ab219
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "agi-pack"
version = "0.1.1"
version = "0.1.2"
description = "Dockerfile generator for AGI -- nothing more, nothing less."
license = {file = "LICENSE"}
readme = "README.md"
Expand All @@ -29,6 +29,7 @@ classifiers = [
dependencies = [
"jinja2",
"pydantic",
"pyyaml",
"typer[all]"
]

Expand Down

0 comments on commit 82ab219

Please sign in to comment.