diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 14:05:15 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-12-17 14:05:15 -0800 |
commit | d5c8b54aaf600764bc59855c4529952195c87fb5 (patch) | |
tree | 83539c3361e357c6ab28ce98998104c6ac81b952 /python/Pipfile | |
parent | 6d5811693c36b9e73dedf0205c40f2aed63e2870 (diff) | |
download | fatcat-d5c8b54aaf600764bc59855c4529952195c87fb5.tar.gz fatcat-d5c8b54aaf600764bc59855c4529952195c87fb5.zip |
pipenv: bump fuzzycat to 0.1.9
Diffstat (limited to 'python/Pipfile')
-rw-r--r-- | python/Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Pipfile b/python/Pipfile index 0a33dff3..87773d5a 100644 --- a/python/Pipfile +++ b/python/Pipfile @@ -56,7 +56,7 @@ pathlib2 = "*" pycountry = "==19.8.18" tldextract = "*" toml = ">=0.10" -fuzzycat = "==0.1.8" +fuzzycat = "==0.1.9" [requires] # We install Python 3.7 using a PPA (deadsnakes) on Internet Archive cluster |