diff options
| author | 2021-03-06 07:13:08 -0800 | |
|---|---|---|
| committer | 2021-03-06 07:13:08 -0800 | |
| commit | 1552dd031dd508af4bc54ce7070aaae5858444df (patch) | |
| tree | 20121fe09df73fdc7493b3f5638a619b34e90d96 /Pipfile | |
| parent | Remove compatibility-none returns from filters (diff) | |
| parent | Merge pull request #1392 from ChrisLovering/Don't-suggest-when-a-tag-is-on-co... (diff) | |
Merge branch 'master' into ks123/watchlist-trigger-reason
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,7 @@ name = "pypi" [packages] aio-pika = "~=6.1" aiodns = "~=2.0" -aiohttp = "~=3.5" +aiohttp = "~=3.7" aioping = "~=0.3.1" aioredis = "~=1.3.1" "async-rediscache[fakeredis]" = "~=0.1.2" @@ -28,6 +28,7 @@ sphinx = "~=2.2" statsd = "~=3.3" arrow = "~=0.17" emoji = "~=0.6" +python-json-logger = "~=2.0" [dev-packages] coverage = "~=5.0" |