From 3d99acab50b028a7c9f7a01bd8e04f6a6a1b2c39 Mon Sep 17 00:00:00 2001 From: Judy Ng Date: Wed, 14 Feb 2024 16:59:55 -0500 Subject: [PATCH] Add comment for why we are using cryptography backend Signed-off-by: Judy Ng --- requirements.in | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.in b/requirements.in index 86f26698..ad82af43 100644 --- a/requirements.in +++ b/requirements.in @@ -4,6 +4,7 @@ Werkzeug==2.3.8 boto3==1.24.30 requests==2.31.0 urllib3==1.26.18 +# Installing cryptography backend since it is the recommended one: https://pypi.org/project/python-jose/ python-jose[cryptography]==3.3.0 PyYAML==6.0 pytest==7.2.2