From b2dc07ec98d210c5b6a7b4e62c872c11f0a8b069 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 19 Oct 2013 18:40:34 -0400 Subject: [PATCH] Skip bad versions of iso8601 0.1.7 is now released (https://pypi.python.org/pypi/iso8601). We do need to allow folks to use the old 0.1.4 or the new 0.1.7 and avoid the two bad versions (0.1.5 and 0.1.6) Closes-Bug: 1241460 Change-Id: I96bfd8f27d9f7327c4c353c5f57660aabaa8c735 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7ddbecfb..e5d6bcff3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ greenlet>=0.3.2 requests>=1.1 Routes>=1.12.3 prettytable>=0.6,<0.8 -iso8601>=0.1.4 +iso8601>=0.1.4,!=0.1.5,!=0.1.6 anyjson>=0.3.3 kombu>=2.4.8 argparse