attack-surface-framework icon indicating copy to clipboard operation
attack-surface-framework copied to clipboard

PyJWT is missing in requirements.txt

Open JadenFurtado opened this issue 1 year ago • 0 comments

Describe the bug

Running the setup.sh script throws an error:

ModuleNotFoundError: No module named 'jwt'

image

Reproduction steps

  1. Follow the steps as detailed in the Readme.md
  2. Run with the same .env.prod as the backup.env.prod

Expected behavior

The reason for the issue is that the requirements.txt is incomplete. Simply add PyJWT to it should solve the issue

Additional context

No response

JadenFurtado avatar Jul 24 '24 08:07 JadenFurtado