diff options
| author | 2020-02-03 14:28:36 +0100 | |
|---|---|---|
| committer | 2020-02-03 14:28:36 +0100 | |
| commit | 90763fd761a70168e8752fa78729af40ad98144b (patch) | |
| tree | 53f242431a2ceb37295e4e90846bd1bfb66c5fd4 /Pipfile | |
| parent | Replace constant attachment-repost by the actual ID of #attachment-log (diff) | |
| parent | Update CODEOWNERS (diff) | |
Merge branch 'master' into #549-show-attachments-staff
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |