Add dependency on isodate.

Commit ea3f73ef90 made
s3tests use isodate, but did not depend on it.
This commit is contained in:
Tommi Virtanen 2011-08-15 14:46:03 -07:00
parent ea3f73ef90
commit cc9a026f6b
2 changed files with 2 additions and 0 deletions

View file

@ -4,3 +4,4 @@ boto >=2.0b4
bunch >=1.0.0
# 0.14 switches to libev, that means bootstrap needs to change too
gevent ==0.13.6
isodate >=0.4.4

View file

@ -17,6 +17,7 @@ setup(
'PyYAML',
'bunch >=1.0.0',
'gevent ==0.13.6',
'isodate >=0.4.4',
],
entry_points={