diff options
| author | 2020-01-12 16:56:37 +0100 | |
|---|---|---|
| committer | 2020-01-12 16:56:37 +0100 | |
| commit | 4a623ec7d08293eb8883e44114ab1788e755129b (patch) | |
| tree | a5e92a8c5bf2b8e9910fba9387c911b74bdd52d2 /Pipfile | |
| parent | Merge pull request #705 from python-discord/bug/mod/s317/explicit-active-value (diff) | |
| parent | Remove underline from `self.PREFIX`. (diff) | |
Merge pull request #722 from python-discord/setup-prometheus-endpoint
Set up a Prometheus endpoint for metrics
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" |