Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pyproject.toml to add missing dependency for wam module #509

Merged
merged 2 commits into from
Dec 18, 2024

Conversation

Mortimus
Copy link
Contributor

@Mortimus Mortimus commented Dec 18, 2024

Description

WAM module requires JWT dependency, this updates the pyproject.toml file to reflect that.

Type of change

Please delete options that are not relevant.

  • [X ] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • This requires a third party update (such as Impacket, Dploot, lsassy, etc)

How Has This Been Tested?

Forked and installed using pipx with no issue after making the change
workaround: pipx inject netexec jwt

Checklist:

  • I have ran Ruff against my changes (via poetry: poetry run python -m ruff check . --preview, use --fix to automatically fix what it can)
  • I have added or updated the tests/e2e_commands.txt file if necessary
  • New and existing e2e tests pass locally with my changes
  • My code follows the style guidelines of this project (should be covered by Ruff above)
  • If reliant on third party dependencies, such as Impacket, dploot, lsassy, etc, I have linked the relevant PRs in those projects
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (PR here: https://github.com/Pennyw0rth/NetExec-Wiki)

Updated missing dependency for wam module

Signed-off-by: Randall Stroup <1945569+Mortimus@users.noreply.github.com>
@Mortimus Mortimus changed the title Update pyproject.toml Update pyproject.toml to add missing dependency for wam module Dec 18, 2024
mpgn
mpgn previously approved these changes Dec 18, 2024
@mpgn mpgn merged commit 100a878 into Pennyw0rth:main Dec 18, 2024
3 checks passed
@Mortimus Mortimus deleted the patch-1 branch December 18, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants