aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Shirayuki Nekomata <[email protected]>2020-04-18 00:35:15 +0700
committerGravatar GitHub <[email protected]>2020-04-18 00:35:15 +0700
commit98726b3d707ad7d66137da245c4833c2cd3fe3e9 (patch)
treeafb03f1e773e5412b912bc609d3deaa11e17c4be /Pipfile
parentHelpChannels: ensure `is_in_category` returns a bool (diff)
parentMerge pull request #874 from ks129/syncer-timeout-fix (diff)
Merge branch 'master' into bug/frontend/870/help-channel-dm-category
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 04cc98427..e7fb61957 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,7 +19,8 @@ requests = "~=2.22"
more_itertools = "~=8.2"
sentry-sdk = "~=0.14"
coloredlogs = "~=14.0"
-colorama = {version = "~=0.4.3", sys_platform = "== 'win32'"}
+colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}
+statsd = "~=3.3"
[dev-packages]
coverage = "~=5.0"