aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Leon Sandøy <[email protected]>2018-07-30 14:17:35 +0200
committerGravatar Leon Sandøy <[email protected]>2018-07-30 14:17:35 +0200
commit04130c7392a187d5bb7bf9aece6f4786205d6263 (patch)
tree2121eaeea49971cd120bb4df5ed7a6b84a855c66 /Pipfile
parentWIP (diff)
parentRemoving the python-levenshtein package because it significantly slows down b... (diff)
Okay, this should be ready to MR now.
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 = "*"