diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2021-05-31 18:09:47 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2021-05-31 18:09:47 -0700 |
commit | 08d2f76ec1aba9a8be4916379da1cd46bb86ef57 (patch) | |
tree | d65125d0d668d68483736f9ceb15bf9e4c9f60bd /python/Pipfile | |
parent | 6a0a25e219f39530efeefd136c7abc298c89388d (diff) | |
download | fatcat-08d2f76ec1aba9a8be4916379da1cd46bb86ef57.tar.gz fatcat-08d2f76ec1aba9a8be4916379da1cd46bb86ef57.zip |
update fuzzycat to 0.1.20
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index a402f9eb..1f2d3279 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -54,7 +54,8 @@ pathlib2 = "==2.*" pycountry = "==19.8.18" tldextract = "==3.*" toml = "==0.10.*" -fuzzycat = "==0.1.9" +fuzzycat = "==0.1.20" +dynaconf = "*" [requires] # As of Fall 2020, Internet Archive cluster VMs are split between Ubuntu Xenial |