diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-29 23:56:47 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-01-30 00:04:37 -0800 |
commit | 461376e6c6107da9a1c0a41c379465ef1c39f051 (patch) | |
tree | d51eb9aa828c4e430289abc6c40a266f15513736 /python/Pipfile | |
parent | ade1eb9ff955ca5ba58acdc8b76e344c9cc54790 (diff) | |
download | fatcat-461376e6c6107da9a1c0a41c379465ef1c39f051.tar.gz fatcat-461376e6c6107da9a1c0a41c379465ef1c39f051.zip |
pipenv: add tldextract (url parser) and update deps
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |