From: Guillaume Abrioux Date: Tue, 24 Jul 2018 14:55:33 +0000 (+0200) Subject: main: update requirements.txt X-Git-Tag: v3.2.0beta2~103 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0640e2aa1e651f6b4a1999d4f8a30dcb208ec170;p=ceph-ansible.git main: update requirements.txt update requirements.txt accordingly to the last ansible version tested on master. Signed-off-by: Guillaume Abrioux --- diff --git a/requirements.txt b/requirements.txt index d914b504c..323ec4504 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -ansible~=2.4,<2.5 +# These are Python requirements needed to run ceph-ansible master notario>=0.0.13 -netaddr>=0.7.19 +ansible~=2.6,<2.7 +netaddr \ No newline at end of file