Use Ubuntu python-mock
This commit is contained in:
parent
06b87d3d8e
commit
f21d0385e2
1
main.yml
1
main.yml
@ -10,6 +10,7 @@
|
||||
- shell: pip install httpie
|
||||
#- apt: name=python-virtualenv state=present
|
||||
#- apt: name=virtualenvwrapper state=present
|
||||
- apt: name=python-mock state=present
|
||||
- apt: name=ipython state=present
|
||||
- apt: name=python-pudb state=present
|
||||
#- apt: name=python-pip state=present
|
||||
|
@ -6,7 +6,7 @@ networkx==1.9.1
|
||||
PyYAML==3.11
|
||||
jsonschema==2.4.0
|
||||
requests==2.7.0
|
||||
mock
|
||||
#mock
|
||||
dictdiffer==0.4.0
|
||||
enum34==1.0.4
|
||||
redis==2.10.3
|
||||
|
Loading…
Reference in New Issue
Block a user