diff options
| author | 2020-01-12 09:40:13 -0800 | |
|---|---|---|
| committer | 2020-01-12 09:40:13 -0800 | |
| commit | 2227c877d95cedc5716db9011de2d6e85f6b1b55 (patch) | |
| tree | 52de2c09649be22e1b42d543a0e1ade113b0f290 /Pipfile | |
| parent | Move comment into if body (diff) | |
| parent | Empty commit for autodeploy. (diff) | |
Merge branch 'master' into doc-fix
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" |