diff options
| author | 2019-09-17 05:12:06 +1000 | |
|---|---|---|
| committer | 2019-09-17 05:12:06 +1000 | |
| commit | 9b2145505b68b001b6db8bb0206442f27b80ce54 (patch) | |
| tree | 358703e95093e7f83aca33b529c54abbfd6a22a3 /Pipfile | |
| parent | Merge pull request #430 from python-discord/bot-cogs-security-tests (diff) | |
| parent | Adjust 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-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "*" |