aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar kwzrd <[email protected]>2020-04-17 13:05:04 +0100
committerGravatar GitHub <[email protected]>2020-04-17 13:05:04 +0100
commit9e2448df919c1e6b895af8d679a7997c147308a3 (patch)
tree63738db5332eb75d447b8a3238b78ff301620389 /Pipfile
parent(Syncer Tests): Replaced wrong side effect (diff)
parentRemove `.md` from anti-malware whitelist (diff)
Merge branch 'master' into syncer-timeout-fix
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"