aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-29 23:40:27 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-29 23:40:27 +0200
commita66f1c647706ae5bd671b4aa90a989e25182eae3 (patch)
tree942062de2c530645b08106514f75680d846a9a22 /Pipfile
parentCommenting out antispam until we solve a couple of issues with it (diff)
Removing the python-levenshtein package because it significantly slows down builds and has almost zero benefit for us. It may provide marginally faster snake disambiguation in the snake cog, but that is certainly not worth the trade-off.
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index d94234b22..b6f7aeb6f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,7 +18,6 @@ lxml = "*"
pyyaml = "*"
yarl = "==1.1.1"
fuzzywuzzy = "*"
-python-levenshtein = "*"
pillow = "*"
aio-pika = "*"
python-dateutil = "*"