From 7091fdd4a1eb4aad03776a07392ea752c1cc3c27 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Fri, 3 Jan 2020 15:00:27 +0100 Subject: add missing pathlib2 dependency first seen in CI (jobs/230137), slightly related: https://github.com/pytest-dev/pytest/issues/3953 --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 5d50b37c..3d546a84 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -49,6 +49,7 @@ elasticsearch-dsl = ">=6.0.0,<7.0.0" elasticsearch = ">=6.0.0,<7.0.0" dateparser = ">=0.7" langdetect = "*" +pathlib2 = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 -- cgit v1.2.3