diff options
| author | 2020-01-12 10:41:08 +0100 | |
|---|---|---|
| committer | 2020-01-12 11:58:56 +0100 | |
| commit | 1fc68f1857a2f3abe00fe270bd050a3d2a6e2a03 (patch) | |
| tree | 9eefb23bfd31fbc7af77ef8c785aecbeb9e6065f /Pipfile | |
| parent | Merge pull request #705 from python-discord/bug/mod/s317/explicit-active-value (diff) | |
Install `prometheus-async`.
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" |