diff options
| author | 2021-04-16 14:00:39 +0100 | |
|---|---|---|
| committer | 2021-04-16 14:00:39 +0100 | |
| commit | 2fb7233c931b5b7abc8e7441473effe5229db70a (patch) | |
| tree | 9bbf84480d0754edc41e2e66b960699fe494de83 /Pipfile | |
| parent | Merge pull request #679 from python-discord/vcokltfre/fix/timed-error-help (diff) | |
Remove ffmpg and discord.py voice extra
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ pillow = "~=8.1"  pytz = "~=2019.2"  sentry-sdk = "~=0.19"  PyYAML = "~=5.4" -"discord.py" = {extras = ["voice"], version = "~=1.5.1"} +"discord.py" = "~=1.5.1"  async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"}  emojis = "~=0.6.0"  matplotlib = "~=3.4.1"  |