diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 71b95531..b18117de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,6 +41,7 @@ pre-commit = "^2.19.0" black = "^22.3.0" pyupgrade = "^2.34.0" reorder-python-imports = "^3.1.0" +pip-audit = "^2.4.3" [build-system] requires = ["poetry>=0.12"] |