library · inferred from evidence
PyJWT
A Python library for JWT (JSON Web Tokens).
- Fix segment-analytics-python 2.3.0 failing on missing jwt dependency
Installing segment-analytics-python 2.3.0 and importing the client failed because the package required PyJWT at runtime but did not declare it in setup.py, so a fresh install was missing jwt. The maintainer acknowledged the packaging mistak