aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Joseph <[email protected]>2020-04-12 00:23:00 +0100
committerGravatar GitHub <[email protected]>2020-04-12 00:23:00 +0100
commitef94acd42ef6a09f075a7aee010dc5ec0ac76333 (patch)
tree269f1a9d9ceb4572a67677079e54281a9fb5749f /Pipfile
parentStop setting positions when moving help channels (diff)
parentAddress aeros' review comment regarding help channel stat reporting (diff)
Merge pull request #876 from python-discord/stats
StatsD integration
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"