summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRagnar Groot Koerkamp2023-01-29 12:46:25 +0100
committerRagnar Groot Koerkamp2023-01-29 12:46:25 +0100
commit03c66b6a9fad1586d93ee696c4940401521cc72f (patch)
treedf46a7ce9dc298adc3c391c5af500f3656b682c8
parent8fefbedb8d152c70bed23c12193f0d83a71f888d (diff)
downloadaur-03c66b6a9fad1586d93ee696c4940401521cc72f.tar.gz
Add extra python dependencies
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 20a7a21a12d7..ca38056ec425 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,6 +20,8 @@ optdepends=('gcc: for compiling c++ sources',
'texlive-pictures: for building problem statements',
'texlive-science: for building problem statements',
'ghostscript: for LaTeX figures',
+ 'python-matplotlib: for generating solve stats',
+ 'python-questionary: for better prompts in new_contest and new_problem',
'asymptote: for visualizations'
)
makedepends=('git' 'rsync')