Add matplotlib to dependencies

This commit is contained in:
Edgar P. Burkhart 2022-05-24 15:37:29 +02:00
parent 00a214c948
commit 9bd38840f7
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
pkgname=nummi-git
pkgver=r75.c3c328f
pkgver=r78.0437814
pkgrel=1
pkgdesc="Web-based accounting interface"
arch=("any")
@ -8,6 +8,7 @@ license=('AGPL3')
depends=(
"gunicorn"
"python-django"
"python-matplotlib"
)
makedepends=('git')
optdepends=("postgresql: database")