diff options
| author | 2020-08-07 14:08:22 +1000 | |
|---|---|---|
| committer | 2020-08-07 14:08:22 +1000 | |
| commit | bab44f3a727f6089cb0cfcb45327ff478ed656f7 (patch) | |
| tree | fa32840ae8e4bec8a869f2e38b7ef17afd33ab6a /Pipfile | |
| parent | HelpChannels: clear claimant cache when channel goes dormant (diff) | |
| parent | Merge pull request #1093 from python-discord/discord.py-1.4 (diff) | |
Merge branch 'master' into bug/help/1074/duplicate-claim
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ beautifulsoup4 = "~=4.9" colorama = {version = "~=0.4.3",sys_platform = "== 'win32'"} coloredlogs = "~=14.0" deepdiff = "~=4.0" -discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"} +discord.py = "~=1.4.0" fakeredis = "~=1.4" feedparser = "~=5.2" fuzzywuzzy = "~=0.17" |