Freeze iso8601 for older stable

As explained in Iece0116d3c412216251e2d7fbffe10bfe2c1c789
master bumped iso8601 version requirement to 0.1.8
but we can't do that on older stable branches, so cap the version instead.

Change-Id: I5677a294a1428774fc5c3b767bd4a7c8567d02ff
This commit is contained in:
Alan Pevec 2013-11-12 11:05:47 +01:00
parent feb7354120
commit 0acee2aa9a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ sqlalchemy-migrate>=0.7
httplib2
kombu
pycrypto>=2.1.0alpha1
iso8601>=0.1.4
iso8601<=0.1.4
# For Swift storage backend.