From 461376e6c6107da9a1c0a41c379465ef1c39f051 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 29 Jan 2020 23:56:47 -0800 Subject: pipenv: add tldextract (url parser) and update deps --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index 1a19a145..a5389e4f 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -51,6 +51,7 @@ dateparser = ">=0.7" langdetect = "*" pathlib2 = "*" pycountry = "*" +tldextract = "*" [requires] # Python 3.5 is the bundled (system) version of python for Ubuntu 16.04 -- cgit v1.2.3