summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhilip Goto2018-07-31 17:49:29 +0200
committerPhilip Goto2018-07-31 17:49:29 +0200
commit5a33ad63332ff5be001e458a0ad6500493d0f601 (patch)
treeb08bcc59ae02a8ad4ae7ab89aa4620c315877435 /PKGBUILD
parent21cd92512ed9952d1ee622c6114c96e8509a0331 (diff)
downloadaur-5a33ad63332ff5be001e458a0ad6500493d0f601.tar.gz
Add required dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index efc80d07ed3c..dfc7419ff137 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,12 @@ pkgver=1.2.2
pkgrel=1
pkgdesc="The world's simplest facial recognition api for Python and the command line"
url="https://github.com/ageitgey/face_recognition"
-depends=('python-dlib-cuda'
- 'python-face_recognition_models')
+depends=('python-click'
+ 'python-dlib-cuda'
+ 'python-face_recognition_models'
+ 'python-numpy'
+ 'python-pillow'
+ 'python-scipy')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')