Completed dependency list in setup.py, README, ansible playbook
[osm/vim-emu.git] / ansible / install.yml
index dd6ef4c..19c1ef2 100755 (executable)
 
    - name: install pytest
      pip: name=pytest state=latest
+
+   - name: install Flask
+     pip: name=Flask state=latest
+
+   - name: install flask_restful
+     pip: name=flask_restful state=latest
+
+   - name: install requests
+     pip: name=requests state=latest
+
+   - name: install docker-py
+     pip: name=docker-py state=latest