aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-11-25 00:24:32 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-11-25 00:24:32 +0100
commit4fbe256109b77f2375843a0756e603d9920a58b2 (patch)
treee22d9487bb05eed9ee90e98cc8d412d31d8e56d1 /Pipfile
parentfabf1ae497088981cc54a6a53f9a7784a5cc1d20 (diff)
downloadfuzzycat-4fbe256109b77f2375843a0756e603d9920a58b2.tar.gz
fuzzycat-4fbe256109b77f2375843a0756e603d9920a58b2.zip
add pytest-cov
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 549138f..b7fb926 100644
--- a/Pipfile
+++ b/Pipfile
@@ -22,6 +22,7 @@ tokenizers = "*"
spacy = "*"
nltk = "*"
regex = "*"
+pytest-cov = "*"
[requires]
python_version = "3.7"