aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Xithrius <[email protected]>2021-03-06 06:39:19 -0800
committerGravatar GitHub <[email protected]>2021-03-06 06:39:19 -0800
commit4ab89c5a5ae384cd149ff4dde9ddd5f10bf030dc (patch)
tree698bd75a90b9fbcec398884e6708dab0817ff1bf /Pipfile
parentGrammar (diff)
parentMerge 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--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index efdd46522..024aa6eff 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"