diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-09 18:32:59 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-09 18:32:59 -0700 |
commit | f8ad6b272900518f48b69ea03f2c0906aae56fb5 (patch) | |
tree | ef2ae13648675e6ff5b17a6cd4fa23ca06406db5 /Pipfile | |
parent | ec6789c863ed0dd25111b362f225195975147723 (diff) | |
download | fatcat-covid19-f8ad6b272900518f48b69ea03f2c0906aae56fb5.tar.gz fatcat-covid19-f8ad6b272900518f48b69ea03f2c0906aae56fb5.zip |
add bs4 and lxml for abstract HTML stripping
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ Flask-Babel = "*" elasticsearch-dsl = ">=6.0.0,<7.0.0" elasticsearch = ">=6.0.0,<7.0.0" sentry-sdk = { version = ">=0.14.0", extras = ["flask"] } +bs4 = "*" +lxml = "*" [dev-packages] pytest = "*" |