mirror of
https://github.com/ceph/s3-tests.git
synced 2025-05-10 09:12:26 +00:00
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
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…
Add table
Add a link
Reference in a new issue