aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-10-30 09:02:17 -0700
committerGravatar GitHub <[email protected]>2020-10-30 09:02:17 -0700
commitdbb2784ae63f8cd61cf439b4f47db8f0b634f3fa (patch)
tree755f96a0bb2dc1d829a5c1a72bbb3b09953c6a8e /Pipfile
parentMerge pull request #72 from python-discord/python-Levenshtein (diff)
parentre-lock with 'lark' (diff)
Merge pull request #77 - Add `lark` to available imports
Diffstat (limited to '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.*"