diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9fcf04e..592d880 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,9 @@ packages = [ pytest = "8.3.4" pytest-cov = "^6.0.0" moto = "^5.0.28" +safety = "^3.3.0" +black = "^25.1.0" +pytest-testdox = "^3.1.0" [build-system] requires = ["poetry-core>=2.0.0,<3.0.0"] |
