From 0b2ffca913080ed3f6eec75977a3a7b2369a060d Mon Sep 17 00:00:00 2001 From: Randall Stroup <1945569+Mortimus@users.noreply.github.com> Date: Wed, 18 Dec 2024 14:31:45 -0600 Subject: [PATCH] Update pyproject.toml Updated missing dependency for wam module Signed-off-by: Randall Stroup <1945569+Mortimus@users.noreply.github.com> --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea39d07c2..c365b4297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,6 +44,7 @@ bloodhound = "^1.7.2" dploot = "^3.0.3" dsinternals = "^1.2.4" impacket = { git = "https://github.com/fortra/impacket.git" } +jwt = ">=1.3.1" lsassy = ">=3.1.11" masky = "^0.2.0" minikerberos = "^0.4.1"