diff options
| author | 2021-04-08 23:45:35 +0530 | |
|---|---|---|
| committer | 2021-04-08 23:45:35 +0530 | |
| commit | 6b6e2bd0ec58197a88ca9fdc8cc3eeccbf8ebab5 (patch) | |
| tree | 4673d847b0b13dca5a3f9e52f02570239bb8bcd1 /Pipfile | |
| parent | Merge pull request #637 from python-discord/dependabot/pip/pyyaml-5.4 (diff) | |
Add latex cog
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ PyYAML = "~=5.4" "discord.py" = {extras = ["voice"], version = "~=1.5.1"} async-rediscache = {extras = ["fakeredis"], version = "~=0.1.4"} emojis = "~=0.6.0" +matplotlib = "~=3.4.1" [dev-packages] flake8 = "~=3.8" |