Merge pull request #2685 from moseb/losen-jsondiff-dependency

setup.py: Unlock use with jsondiff >1.1.2
This commit is contained in:
Steve Pulec 2020-01-21 21:38:53 -06:00 committed by GitHub
commit b54d3b5a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ install_requires = [
"python-jose<4.0.0", "python-jose<4.0.0",
"mock", "mock",
"docker>=2.5.1", "docker>=2.5.1",
"jsondiff==1.1.2", "jsondiff>=1.1.2",
"aws-xray-sdk!=0.96,>=0.93", "aws-xray-sdk!=0.96,>=0.93",
"responses>=0.9.0", "responses>=0.9.0",
"idna<2.9,>=2.5", "idna<2.9,>=2.5",