From 8964580c163792f82374e166117255bc7aec61d4 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 1 Jan 2016 21:00:12 +0100 Subject: [PATCH] install python-lxml from the OS --- deploy/deploy.yml | 1 + requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/deploy.yml b/deploy/deploy.yml index c4ed11e..fb7527a 100644 --- a/deploy/deploy.yml +++ b/deploy/deploy.yml @@ -13,6 +13,7 @@ - python3 - virtualenv - python3-virtualenv + - python3-lxml - hosts: bots remote_user: jabberbot diff --git a/requirements.txt b/requirements.txt index 2845491..0b573e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ fasteners sleekxmpp configobj -lxml requests +# installed with APT, excluded here +# lxml