]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
Add dependency on isodate.
authorTommi Virtanen <tommi.virtanen@dreamhost.com>
Mon, 15 Aug 2011 21:46:03 +0000 (14:46 -0700)
committerTommi Virtanen <tommi.virtanen@dreamhost.com>
Mon, 15 Aug 2011 21:46:03 +0000 (14:46 -0700)
Commit ea3f73ef904d899ed28449bdc5d2bd5d7ff489f8 made
s3tests use isodate, but did not depend on it.

requirements.txt
setup.py

index f9cb448a8e5a66f3fe90074d160f409500ac3554..879c361d4945087bec0c88e65f03b2393df8e99e 100644 (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
index 57d1b614d9410d842bb625f97b636e5a5ecbc742..1fc636cd5b2adeacd35fe0f5ac0eb21051e509eb 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -17,6 +17,7 @@ setup(
         'PyYAML',
         'bunch >=1.0.0',
         'gevent ==0.13.6',
+        'isodate >=0.4.4',
         ],
 
     entry_points={