From 400880fddf8f38092f24de85f8c2e78c9f4582cf Mon Sep 17 00:00:00 2001 From: QU35T-code <51704860+QU35T-code@users.noreply.github.com> Date: Thu, 4 Apr 2024 15:26:31 +0200 Subject: [PATCH] [bugfix] Add missing dependencies to pyproject file (#76) * Add missing dep to pyproject file * Fix typo --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bf65b82..8bf805a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,6 +8,8 @@ authors = ["p0dalirius"] python = "^3.7" impacket = "^0.10.0" xlsxWriter = ">=3.0.0" +jinja2 = ">=3.1.3" +sectools = ">=1.4.3" [tool.poetry.dev-dependencies]