Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Skip bad versions of iso8601
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Davanum Srinivas committed Oct 19, 2013
1 parent 5e765b2 commit b2dc07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -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
Expand Down

0 comments on commit b2dc07e

Please sign in to comment.