diff options
| author | 2019-03-09 22:19:58 +1000 | |
|---|---|---|
| committer | 2019-03-09 22:19:58 +1000 | |
| commit | d748b47e34e72d8dc33775ad28db278dc5287a38 (patch) | |
| tree | 7f6f27afcd5647f19f1141011305f87d08858b5c /Pipfile | |
| parent | Merge 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-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "*" |