Use docker-py version 1.1.0
This commit is contained in:
parent
8514f1492d
commit
abd21d4071
4
main.yml
4
main.yml
@ -13,14 +13,14 @@
|
|||||||
- apt: name=python-pudb state=present
|
- apt: name=python-pudb state=present
|
||||||
- apt: name=python-pip state=present
|
- apt: name=python-pip state=present
|
||||||
- apt: name=python-mysqldb state=present
|
- apt: name=python-mysqldb state=present
|
||||||
- shell: pip install docker-py
|
- shell: pip install docker-py==1.1.0
|
||||||
|
|
||||||
# requirements
|
# requirements
|
||||||
- shell: pip install -r /vagrant/requirements.txt
|
- shell: pip install -r /vagrant/requirements.txt
|
||||||
|
|
||||||
# Graph drawing
|
# Graph drawing
|
||||||
#- apt: name=python-matplotlib state=present
|
#- apt: name=python-matplotlib state=present
|
||||||
- apt: name=python-graphviz state=present
|
- apt: name=python-pygraphviz state=present
|
||||||
|
|
||||||
# Setup development env for solar
|
# Setup development env for solar
|
||||||
#- shell: python setup.py develop chdir=/vagrant/solar
|
#- shell: python setup.py develop chdir=/vagrant/solar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user