aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar scragly <[email protected]>2019-09-17 05:12:06 +1000
committerGravatar GitHub <[email protected]>2019-09-17 05:12:06 +1000
commit9b2145505b68b001b6db8bb0206442f27b80ce54 (patch)
tree358703e95093e7f83aca33b529c54abbfd6a22a3 /Pipfile
parentMerge pull request #430 from python-discord/bot-cogs-security-tests (diff)
parentAdjust to new cog method names. (diff)
Update discord.py version to 1.2.3 (#433)
Update discord.py version to 1.2.3 Co-authored-by: null <[email protected]>
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 739507ac3..eaef3bd65 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = {git = "https://github.com/Rapptz/discord.py.git",extras = ["voice"],ref = "860d6a9ace8248dfeec18b8b159e7b757d9f56bb",editable = true}
+discord-py = "~=1.2"
aiodns = "*"
logmatic-python = "*"
aiohttp = "*"