diff options
author | Karl Lorey <git@karllorey.com> | 2020-09-27 12:59:25 +0200 |
---|---|---|
committer | Karl Lorey <git@karllorey.com> | 2020-09-27 12:59:25 +0200 |
commit | 6c0cb31265f93bfa8702d4170eca35c730320f63 (patch) | |
tree | a70be8dd8b55397d0717107c12dbdc6652a32656 | |
parent | 453ce64de11b206203d6f98ff6c2f1acdcfe80ec (diff) |
Fix missing lxml requirement
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ with open("HISTORY.rst") as history_file: requirements = [ "beautifulsoup4", + "lxml", "more-itertools>=8", "pandas", "requests", |