aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-12 20:45:17 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-12 20:45:17 +0100
commit4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699 (patch)
treec326180ad8e5431026cd2f46da571307d226aa38 /Pipfile
parent7c1927dd2800069b74bbe2f561127122daa0870f (diff)
parent30eab70787584a333714b18f1d64f362e4768730 (diff)
downloadfuzzycat-4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699.tar.gz
fuzzycat-4eab32b1c5929b2d7f2e6d8fed76bdb49bf9c699.zip
Merge branch 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat into bnewbold-bnewbold-sandcrawler
* 'bnewbold-sandcrawler' of https://github.com/bnewbold/fuzzycat: sandcrawler slugify: yet more unicode corner-cases add sandcrawler-style title key method cluster: count empty keys (and don't return them) pipenv: explicit regex dependency gitignore: add .swp (vim) make: run pytest over fuzzycat/ to catch inline tests add support for key denylist
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index b7fc1cb..49b7e7a 100644
--- a/Pipfile
+++ b/Pipfile
@@ -20,6 +20,7 @@ importlib-metadata = "==1.7.0"
tokenizers = "*"
spacy = "*"
nltk = "*"
+regex = "*"
[requires]
python_version = "3.7"