From: Alfredo Deza Date: Tue, 29 Oct 2013 18:15:57 +0000 (-0400) Subject: bump the requirement for remoto X-Git-Tag: v1.3~5^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c408d5d879062311e8157ba30d1b1002bde76ff0;p=ceph-deploy.git bump the requirement for remoto Signed-off-by: Alfredo Deza --- diff --git a/setup.py b/setup.py index 7296cf0..cbf2c16 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ if pyversion < (2, 7) or (3, 0) <= pyversion <= (3, 1): # Add libraries that are not part of install_requires # vendorize([ - ('remoto', '0.0.10'), + ('remoto', '0.0.11'), ])