X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=4cf9be71e294eb1eb1e255c8930af5071503335d;hb=89a3f352578bf43cd4b34d25cfc0e5156c920c45;hp=b032b0b17e6875e28e6a9fd4a56791bdc3ebf7aa;hpb=d7cbd218427bbfe573d062710006d56751e4406b;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index b032b0b..4cf9be7 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -51,7 +51,7 @@ pip: name=argparse state=latest - name: install networkx - pip: name=networkx state=latest + pip: name=networkx version=1.11 - name: install six pip: name=six state=latest @@ -63,7 +63,7 @@ pip: name=oslo.config state=latest - name: install pytest - pip: name=pytest state=latest + pip: name=pytest version=4.6.4 - name: install Flask pip: name=Flask state=latest @@ -89,6 +89,9 @@ - name: install ipaddress pip: name=ipaddress state=latest + - name: install gevent + pip: name=gevent state=latest + #- name: install urllib # pip: name=urllib state=latest