chore: refine python-jose dependency (#3049)

This commit is contained in:
Matt Bullock 2020-06-04 06:04:53 -07:00 committed by GitHub
parent 149e307bc9
commit 029b2a9751
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",