diff --git a/main.yml b/main.yml index 613d125c..00ced16d 100644 --- a/main.yml +++ b/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 diff --git a/solar/requirements.txt b/solar/requirements.txt index be9caf0c..05ca578c 100644 --- a/solar/requirements.txt +++ b/solar/requirements.txt @@ -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