From 029b2a9751817ed34bb43027c196a76cc97edadc Mon Sep 17 00:00:00 2001 From: Matt Bullock Date: Thu, 4 Jun 2020 06:04:53 -0700 Subject: [PATCH] chore: refine python-jose dependency (#3049) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 994e55300..707a56212 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ install_requires = [ "PyYAML>=5.1", "pytz", "python-dateutil<3.0.0,>=2.1", - "python-jose<4.0.0", + "python-jose[cryptography]>=3.1.0,<4.0.0", "docker>=2.5.1", "jsondiff>=1.1.2", "aws-xray-sdk!=0.96,>=0.93",