aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-04-12 19:56:37 +0300
committerGravatar GitHub <[email protected]>2021-04-12 19:56:37 +0300
commitef7067b96c4959c03591207d38d15772f7373519 (patch)
tree1dc819c1908a6af75b49d28f5ee4c528a88fcb96 /Pipfile
parentIssues: change hashing of FoundIssue to use a tuple (diff)
parentMerge pull request #668 from ShakyaMajumdar/feature/latex (diff)
Merge branch 'main' into akarys/630/automatic-linking-everywhere
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Pipfile b/Pipfile
index 25e96c92..f20f6845 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"