Loosen aws-xray-sdk requirements (#1948)

This commit is contained in:
Niko Eckerskorn 2018-11-15 18:29:05 +11:00 committed by Terry Cain
parent 90a62b5640
commit ed861ecae1

View File

@ -22,7 +22,7 @@ install_requires = [
"mock",
"docker>=2.5.1",
"jsondiff==1.1.1",
"aws-xray-sdk<0.96,>=0.93",
"aws-xray-sdk!=0.96,>=0.93",
"responses>=0.9.0",
]