diff options
| author | 2020-09-22 10:53:35 -0700 | |
|---|---|---|
| committer | 2020-09-22 10:53:35 -0700 | |
| commit | 675eb2fd1294766904be24758fe56cc54190a47e (patch) | |
| tree | 049165c84ffafc05af9bd4ef391578f5ad59bb6d /Pipfile | |
| parent | Whitelisted the bot_commands channel and all staff for other channels. (diff) | |
Updated dependencies to match with master and include aioping.
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -9,12 +9,12 @@ aiodns = "~=2.0"  aiohttp = "~=3.5"  aioping = "~=0.3.1"  aioredis = "~=1.3.1" +"async-rediscache[fakeredis]" = "~=0.1.2"  beautifulsoup4 = "~=4.9"  colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"}  coloredlogs = "~=14.0"  deepdiff = "~=4.0"  discord.py = "~=1.4.0" -fakeredis = "~=1.4"  feedparser = "~=5.2"  fuzzywuzzy = "~=0.17"  lxml = "~=4.4"  |