diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1f87521..42f8ea3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,6 +54,8 @@ requests = "^2.28.1" WebTest = {version = "^3", optional = true} pytest = {version = "^7.2", optional = true} pytest-cov = {version = "*", optional = true} +pydantic = "^1.10.2" +termcolor = "^2.1.1" [tool.poetry.group.docs] optional = true |