Update dependencies
This commit is contained in:
parent
e42863dfe6
commit
f2ca55f451
1 changed files with 2 additions and 1 deletions
3
PKGBUILD
3
PKGBUILD
|
@ -8,8 +8,9 @@ license=('AGPL3')
|
||||||
depends=(
|
depends=(
|
||||||
"gunicorn"
|
"gunicorn"
|
||||||
"python-django"
|
"python-django"
|
||||||
|
"python-matplotlib"
|
||||||
)
|
)
|
||||||
makedepends=('git')
|
makedepends=("git")
|
||||||
optdepends=("postgresql: database")
|
optdepends=("postgresql: database")
|
||||||
backup=("etc/${pkgname%-git}.env")
|
backup=("etc/${pkgname%-git}.env")
|
||||||
source=(
|
source=(
|
||||||
|
|
Loading…
Reference in a new issue