forked from TrueCloudLab/s3-tests
Add dependency on isodate.
Commit ea3f73ef90
made
s3tests use isodate, but did not depend on it.
This commit is contained in:
parent
ea3f73ef90
commit
cc9a026f6b
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
1
setup.py
1
setup.py
|
@ -17,6 +17,7 @@ setup(
|
|||
'PyYAML',
|
||||
'bunch >=1.0.0',
|
||||
'gevent ==0.13.6',
|
||||
'isodate >=0.4.4',
|
||||
],
|
||||
|
||||
entry_points={
|
||||
|
|
Loading…
Reference in a new issue