aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar decorator-factory <[email protected]>2020-10-30 08:40:16 +0300
committerGravatar GitHub <[email protected]>2020-10-30 08:40:16 +0300
commit57bebf5d7eefc1fa4b929453aab523f486e4e6c0 (patch)
tree00da6aff60a380cb1f27280d1ea5bc6578d161ab
parentMerge pull request #72 from python-discord/python-Levenshtein (diff)
Update Pipfile
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 1760256..1d58f14 100644
--- a/Pipfile
+++ b/Pipfile
@@ -25,6 +25,7 @@ sentry-sdk = {extras = ["falcon"], version = "~= 0.14.2"}
sympy = "~= 1.5"
toml = "~= 0.10"
yarl = "~= 1.4"
+lark = "~= 0.10"
[dev-packages]
coverage = ">= 4.4.2, == 4.*"