diff options
| author | 2021-04-16 12:42:01 -0700 | |
|---|---|---|
| committer | 2021-04-16 12:42:01 -0700 | |
| commit | f121d838987f0123c46efa6a201fbae9f3d8f6f9 (patch) | |
| tree | e9e8b26edbada680419f2d1b9325a9859feca7e5 /Pipfile | |
| parent | Merge pull request #679 from python-discord/vcokltfre/fix/timed-error-help (diff) | |
| parent | Remove un-used sound resources (diff) | |
Merge pull request #686 from python-discord/remove-ffmpg
Remove ffmpg
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"  |