diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 02:44:53 +0100 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2020-12-16 02:44:53 +0100 |
commit | d481dadffa554ec1bb430a89005e1284d8549cda (patch) | |
tree | 38a9c43c6232d4eeefe50291b133814440461359 /Pipfile | |
parent | 8b4f7b09e66bdab12d66526f30b6bf7256004b22 (diff) | |
download | fuzzycat-d481dadffa554ec1bb430a89005e1284d8549cda.tar.gz fuzzycat-d481dadffa554ec1bb430a89005e1284d8549cda.zip |
update pipfile
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -19,8 +19,6 @@ fuzzycat = {editable = true, path = "."} # cf. https://github.com/pypa/pipenv/issues/4476 importlib-metadata = "==1.7.0" tokenizers = "*" -spacy = "*" -nltk = "*" regex = "*" pytest-cov = "*" glom = "*" |