From ff1bd254bbc29d95fb586afad17c023d77bd4fee Mon Sep 17 00:00:00 2001 From: Riccardo Magliocchetti Date: Sun, 12 Apr 2015 11:37:44 +0200 Subject: [PATCH] Workaround lpod-python missing dependencies It is missing lxml, until they have fixed it make odpdown working out of the box. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 75c88ed..17ee2d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ cram>=0.6 pygments>=1.6 pillow>=2.0 BeautifulSoup +lxml