Fix: Use networkx 1.11 due to major API change in recently released networkx 2.0
[osm/vim-emu.git] / ansible / install.yml
index b032b0b..0ee1e44 100755 (executable)
@@ -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
@@ -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