aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar sco1 <[email protected]>2019-03-26 14:16:43 -0400
committerGravatar sco1 <[email protected]>2019-03-26 14:16:43 -0400
commit16018fa06f178511f419064eeed457ef9c830041 (patch)
treeba8573e749dbfdf3ef721830485e42b9349e0cae /Pipfile
parentMerge pull request #132 from python-discord/dpy-cog-changes (diff)
Update d.py pin & relock
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 4713ff80..38c5252d 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = {ref = "42a7c4f",git = "https://github.com/Rapptz/discord.py",editable = true}
+discord-py = {ref = "43b4475",git = "https://github.com/Rapptz/discord.py",editable = true}
arrow = "*"
beautifulsoup4 = "*"
aiodns = "*"