From 055257ee9c0c0b22cf320232a2b5dd29196d1c43 Mon Sep 17 00:00:00 2001 From: Niko Eckerskorn Date: Thu, 15 Nov 2018 08:52:17 +1100 Subject: [PATCH] Loosen aws-xray-sdk requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 046ecf6e0345..a1b8c5daecbe 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ "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", ]