From a1d01a61b6a9a2959515bd2b9f17f0c429efe144 Mon Sep 17 00:00:00 2001 From: marchon Date: Sat, 26 Dec 2015 12:57:20 -0500 Subject: [PATCH] added lxml to dependencies --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index ec05f26..3bcf2ab 100644 --- a/setup.py +++ b/setup.py @@ -69,6 +69,7 @@ setup( packages=['fbchat'], install_requires=[ 'requests', + 'lxml', 'beautifulsoup4' ], url=source,