Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Updated missing dependency for wam module

Signed-off-by: Randall Stroup <1945569+Mortimus@users.noreply.github.com>
  • Loading branch information
Mortimus authored Dec 18, 2024
1 parent 2e1f225 commit 0b2ffca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

1 comment on commit 0b2ffca

@Mortimus
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the smb module "wam" requires jwt to function. This updates the required dependencies to reflect that.

Please sign in to comment.