From 8f5a49dc436f3bd6d3a3aba826301375511b2e77 Mon Sep 17 00:00:00 2001 From: Sandy Currier Date: Thu, 27 Apr 2023 13:09:28 -0400 Subject: [PATCH] updating pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index de14579..8bb1d5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,11 @@ black = "^23.1.0" flake8 = "^6.0.0" isort = "^5.12.0" mypy = "^1.1.0" +pydantic = "^1.10.7" pylint = "^2.16.2" pytest = "^7.2.1" pytest-cov = "^4.0.0" +pytest-mock = "^3.10.0" sphinx = "^5.3.0" types-pyyaml = "^6.0.12.8"