diff options
-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", |
index : mlscraper | ||
Mirror of https://github.com/lorey/mlscraper | matthias |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | setup.py | 1 |
@@ -12,6 +12,7 @@ with open("HISTORY.rst") as history_file: requirements = [ "beautifulsoup4", + "lxml", "more-itertools>=8", "pandas", "requests", |