Skip to content

Commit

Permalink
Updated project dependencies
Browse files Browse the repository at this point in the history
- Added requirements to pyproject.toml
- Pinned pydantic at legacy version for clean install
  • Loading branch information
eric-anderton-at-rearc committed Nov 7, 2023
1 parent 13ab424 commit 3575488
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ dependencies = [
"jinja2",
"click",
"pydantic",
"typer",
"rich"
]

[project.readme]
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
pyyaml
jinja2
click
pydantic
pydantic==1.*
typer
rich

0 comments on commit 3575488

Please sign in to comment.