attack-surface-framework
attack-surface-framework copied to clipboard
PyJWT is missing in requirements.txt
Describe the bug
Running the setup.sh script throws an error:
ModuleNotFoundError: No module named 'jwt'
Reproduction steps
- Follow the steps as detailed in the Readme.md
- 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