Skip to content

Commit

Permalink
add pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecoconut committed May 12, 2023
1 parent d40f681 commit 5a1f0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"requests", "aiohttp", "python-dotenv", "jinja2", "nest_asyncio", "pyyaml", "tenacity"
"requests", "aiohttp", "python-dotenv", "jinja2", "nest_asyncio", "pyyaml", "tenacity", "pydantic"
]
urls = {homepage = "https://github.com/approximatelabs/lambdaprompt"}
dynamic = ["version"]
Expand Down

0 comments on commit 5a1f0f1

Please sign in to comment.