Skip to content

fix: add `drf-jwt` as a dependency

Piotr Surowiec requested to merge agrendalth/hotfix-dependencies into master

We have previously removed djangorestframework-jwt because it wasn't compatible with PyJWT >= 2.0.0, which is a requirement for zoomus. We thought it was not used anymore, but it turned out to be an implicit dependency of django-rest-auth. Therefore, we've added this as a maintained replacement of the removed (and abandoned) dependency.

Merge request reports