diff options
| author | 2021-04-12 19:56:37 +0300 | |
|---|---|---|
| committer | 2021-04-12 19:56:37 +0300 | |
| commit | ef7067b96c4959c03591207d38d15772f7373519 (patch) | |
| tree | 1dc819c1908a6af75b49d28f5ee4c528a88fcb96 /Pipfile | |
| parent | Issues: change hashing of FoundIssue to use a tuple (diff) | |
| parent | Merge pull request #668 from ShakyaMajumdar/feature/latex (diff) | |
Merge branch 'main' into akarys/630/automatic-linking-everywhere
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" |