From e4047b7156c1d6d4d926870efac0f1b3f5de1751 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 29 Jul 2020 19:04:57 -0700 Subject: pipenv: add toml library (and update lock) --- python/Pipfile | 1 + 1 file changed, 1 insertion(+) (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile index d8822f7e..b8569589 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -55,6 +55,7 @@ langdetect = "*" pathlib2 = "*" pycountry = "*" tldextract = "*" +toml = ">=0.10" [requires] # We install Python 3.7 using a PPA (deadsnakes) on Internet Archive cluster -- cgit v1.2.3