diff options
| author | 2020-09-24 10:14:39 +0200 | |
|---|---|---|
| committer | 2020-09-24 10:14:39 +0200 | |
| commit | 78997eae95b5417a602caea09b30a187469be341 (patch) | |
| tree | 7d4d75a7c0e73a1d4bd553a94fd22b9f4412e33e /Pipfile | |
| parent | Merge pull request #453 from Anubhav1603/bug_wiki (diff) | |
| parent | Merge branch 'master' into update_dpy (diff) | |
Merge pull request #456 from Anubhav1603/update_dpy
Update discord.py to 1.4.1 and add voice as extra
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,12 +7,12 @@ name = "pypi" aiodns = "~=2.0" arrow = "~=0.14" beautifulsoup4 = "~=4.8" -discord-py = {git = "https://github.com/Rapptz/discord.py.git",ref = "0bc15fa130b8f01fe2d67446a2184d474b0d0ba7"} fuzzywuzzy = "~=0.17" pillow = "~=6.2" pytz = "~=2019.2" sentry-sdk = "~=0.14.2" PyYAML = "~=5.3.1" +"discord.py" = {extras = ["voice"], version = "~=1.4.1"} [dev-packages] flake8 = "~=3.8" |