From b8e04dc6199a443d3d1e4f15e86420ad00ba9886 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 27 Oct 2020 15:42:55 -0700 Subject: new dependencies for HTML metadata parsing --- python/Pipfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 17734ad..1a409e9 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -38,6 +38,14 @@ Flask = ">=1" urlcanon = "*" pillow = ">=3" python-poppler = ">=0.2.1" +selectolax = ">=0.2" +trafilatura = "*" +pydantic = ">=1.7" +dateparser = "*" + +# TODO: +#dynaconf = ">=3" +#sentry-sdk = { version = ">=0.14.0", extras = [] } # must lock black to an exact version because it is still "beta" # see: https://github.com/psf/black/issues/517 -- cgit v1.2.3