diff --git a/BioArchLinux/python-toyplot/PKGBUILD b/BioArchLinux/python-toyplot/PKGBUILD index ea1f1e2103..60490cd544 100644 --- a/BioArchLinux/python-toyplot/PKGBUILD +++ b/BioArchLinux/python-toyplot/PKGBUILD @@ -4,8 +4,8 @@ pkgver='2.0.0' pkgrel=1 pkgdesc="A modern plotting toolkit supporting electronic publishing and reproducibility." url="https://github.com/sandialabs/toyplot" -depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six') -makedepends=('python-build' 'python-installer' 'python-wheel') +depends=('python' 'python-arrow' 'python-custom_inherit' 'python-multipledispatch' 'python-numpy' 'python-pypng' 'python-reportlab' 'python-six' 'python-pandas' 'ipython') +makedepends=('python-build' 'python-installer' 'python-wheel' 'python-flit-core') license=('BSD-3-Clause') arch=('any') source=("https://pypi.io/packages/source/${name::1}/${name}/${name}-${pkgver}.tar.gz")