aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Scragly <[email protected]>2019-03-09 22:19:58 +1000
committerGravatar Scragly <[email protected]>2019-03-09 22:19:58 +1000
commitd748b47e34e72d8dc33775ad28db278dc5287a38 (patch)
tree7f6f27afcd5647f19f1141011305f87d08858b5c /Pipfile
parentMerge pull request #133 from python-discord/snake-cog (diff)
Base container py3.7 update, add libffi-dev for aiodns v2.0
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 277106c5..81e335ec 100644
--- a/Pipfile
+++ b/Pipfile
@@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"
[packages]
-discord-py = {ref = "3f06f24",git = "https://github.com/Rapptz/discord.py"}
+discord-py = {ref = "3f06f24",git = "https://github.com/Rapptz/discord.py",editable = true}
arrow = "*"
beautifulsoup4 = "*"
aiodns = "*"