diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-03-10 23:00:39 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-03-10 23:01:20 -0700 |
commit | 05b79a5b4c01f574b14f1e5a3d6414122c3c4b13 (patch) | |
tree | cc67e617e8dfbf6d693d3ce3f51978a4492453b3 /python/Pipfile | |
parent | 7188d0ee2c0e10415a86f2eac04e7a5dee82a7ad (diff) | |
download | sandcrawler-05b79a5b4c01f574b14f1e5a3d6414122c3c4b13.tar.gz sandcrawler-05b79a5b4c01f574b14f1e5a3d6414122c3c4b13.zip |
pipenv: add urlcanon; update pipefile.lock
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 f7e59c5..a545879 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -34,6 +34,7 @@ python-magic = "*" ftfy = "*" internetarchive = "*" Flask = ">=1" +urlcanon = "*" [requires] python_version = "3.5" |