diff options
author | 2021-03-06 06:39:19 -0800 | |
---|---|---|
committer | 2021-03-06 06:39:19 -0800 | |
commit | 4ab89c5a5ae384cd149ff4dde9ddd5f10bf030dc (patch) | |
tree | 698bd75a90b9fbcec398884e6708dab0817ff1bf /Pipfile | |
parent | Grammar (diff) | |
parent | Merge pull request #1449 from python-discord/json-logging (diff) |
Merge branch 'master' into Don't-suggest-when-a-tag-is-on-cooldown
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" |