From 552a0b23512458ac9a3a7949d71bf8fe7ec70fe9 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 19 Aug 2014 23:29:46 +0200 Subject: [PATCH] Add prettytable in dependencies closes #929 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 59ff4869..74d0debc 100755 --- a/setup.py +++ b/setup.py @@ -119,6 +119,7 @@ def install_weboob(): 'gdata', 'python-dateutil', 'PyYAML', + 'prettytable' ] try: import Image