diff options
| author | 2021-04-12 11:22:25 -0700 | |
|---|---|---|
| committer | 2021-04-12 11:22:25 -0700 | |
| commit | 3412f5455ebd61f429ee56a12ae34928e84993eb (patch) | |
| tree | c24f365b2fb5d4bddbb4da1b00b20b2dff084683 /Pipfile | |
| parent | Remove inappropriate riddle (diff) | |
| parent | Merge pull request #642 from python-discord/akarys/630/automatic-linking-ever... (diff) | |
Merge branch 'main' into remove-inappropriate-riddle
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" |