aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Matteo Bertucci <[email protected]>2020-02-03 14:28:36 +0100
committerGravatar GitHub <[email protected]>2020-02-03 14:28:36 +0100
commit90763fd761a70168e8752fa78729af40ad98144b (patch)
tree53f242431a2ceb37295e4e90846bd1bfb66c5fd4 /Pipfile
parentReplace constant attachment-repost by the actual ID of #attachment-log (diff)
parentUpdate CODEOWNERS (diff)
Merge branch 'master' into #549-show-attachments-staff
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 48d839fc3..68362ae78 100644
--- a/Pipfile
+++ b/Pipfile
@@ -19,6 +19,7 @@ deepdiff = "~=4.0"
requests = "~=2.22"
more_itertools = "~=7.2"
urllib3 = ">=1.24.2,<1.25"
+prometheus-async = {extras = ["aiohttp"],version = "~=19.2"}
[dev-packages]
coverage = "~=4.5"