From 8332872e8e3e95b00f5605f5d5d6e3915886cc95 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 17 Dec 2019 18:38:20 -0800 Subject: pipfile: add langcodes and dateparser dependencies --- python/Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index ae261053..9c870ae9 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -47,6 +47,8 @@ pylatexenc = "*" pygal = "*" elasticsearch-dsl = ">=6.0.0,<7.0.0" elasticsearch = ">=6.0.0,<7.0.0" +langcodes = ">=1.4" +dateparser = ">=0.7" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 -- cgit v1.2.3