summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán Laos2022-07-30 13:33:20 -0500
committerCarlos Aznarán Laos2022-07-30 13:33:20 -0500
commit31ac170656c8739ef7a16c3c4f6898737aa01d80 (patch)
tree0b81c769c44e34f6f804ccd53e77b38e273bc647 /PKGBUILD
parent2b48e0de8ce4debadb80ee68a98a39cc8d59afa4 (diff)
downloadaur-python-chemview-git.tar.gz
Add dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a1224424159..8780d86f4beb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="An interactive molecular viewer for the IPython notebook (git version)"
arch=(any)
url="https://github.com/gabrielelanaro/${_name}"
license=("LGPL2.1")
-depends=(python-numba jupyter-notebook)
+depends=(python-numba python-matplotlib jupyter-notebook python-ipywidgets)
makedepends=(git npm)
source=(git+${url})
sha512sums=('SKIP')