Use docker-py version 1.1.0

This commit is contained in:
Łukasz Oleś 2015-04-29 17:17:24 +02:00
parent 8514f1492d
commit abd21d4071
1 changed files with 2 additions and 2 deletions

View File

@ -13,14 +13,14 @@
- apt: name=python-pudb state=present
- apt: name=python-pip state=present
- apt: name=python-mysqldb state=present
- shell: pip install docker-py
- shell: pip install docker-py==1.1.0
# requirements
- shell: pip install -r /vagrant/requirements.txt
# Graph drawing
#- apt: name=python-matplotlib state=present
- apt: name=python-graphviz state=present
- apt: name=python-pygraphviz state=present
# Setup development env for solar
#- shell: python setup.py develop chdir=/vagrant/solar