From 2a88b8c2b58b0f8643ef1909e2e8c63798d0a9e7 Mon Sep 17 00:00:00 2001 From: jason Date: Mon, 4 Jan 2021 13:37:09 -0700 Subject: [PATCH] Remove cryptography requirement - django-oauth-toolkit-jwt does not directly rely on the cryptography library so it is not needed. Pinning the old version has the potential to create dependency issues. --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6769f08..9896eab 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ -cryptography~=2.8 PyJWT~=1.7.1