diff options
| author | 2021-03-07 23:09:23 -0800 | |
|---|---|---|
| committer | 2021-03-07 23:09:23 -0800 | |
| commit | 32922b46ce89dfc12ad8975ac72050947ba8bfd2 (patch) | |
| tree | 6fb99d9cfcc74a71e76814b040bf8f1b9ceea15a /Pipfile | |
| parent | Added Redis caching. (diff) | |
| parent | Mark #appeals as a mod channel (diff) | |
Merge branch 'master' into dynamic-available-message-patch
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" |