summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Lorey <git@karllorey.com>2020-09-27 12:59:25 +0200
committerKarl Lorey <git@karllorey.com>2020-09-27 12:59:25 +0200
commit6c0cb31265f93bfa8702d4170eca35c730320f63 (patch)
treea70be8dd8b55397d0717107c12dbdc6652a32656
parent453ce64de11b206203d6f98ff6c2f1acdcfe80ec (diff)
Fix missing lxml requirement
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 249332c..29284e5 100644
--- a/setup.py
+++ b/setup.py
@@ -12,6 +12,7 @@ with open("HISTORY.rst") as history_file:
requirements = [
"beautifulsoup4",
+ "lxml",
"more-itertools>=8",
"pandas",
"requests",