Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
added pydantic to dependencies
  • Loading branch information
jeroenvermunt authored Feb 21, 2024
1 parent c22e98f commit f039db1
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 @@ -16,7 +16,8 @@ requires-python = ">=3.10"
keywords = ["sdk", "api", "integration", "universal"]
dependencies = [
"jinja2",
"aiohttp"
"aiohttp",
"pydantic"
]

[tool.setuptools.packages.find]
Expand Down

0 comments on commit f039db1

Please sign in to comment.