Skip to content

Commit 2b52f41

Browse files
committed
Add pydantic to dependencies (#119)
1 parent 3afa089 commit 2b52f41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ black = "^19.10b0"
3131
isort = "^5.0.5"
3232
pyyaml = "^5.3.1"
3333
importlib_metadata = {version = "^1.6.0", python = "==3.7"}
34+
pydantic = "^1.6.1"
3435

3536
[tool.poetry.scripts]
3637
openapi-python-client = "openapi_python_client.cli:app"

0 commit comments

Comments
 (0)