aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatthias Baumgartner <dev@igsor.net>2023-07-25 18:48:21 +0200
committerMatthias Baumgartner <dev@igsor.net>2023-07-25 18:48:21 +0200
commitbb8130b093e51474a7ce6f6431c7f9a02c4f930b (patch)
tree6fb1d3811686ba4520946a48020ff5cf984db946 /setup.py
parentbe6027859c815e18b08a49ca1a45df3fc0aac301 (diff)
parent5d0ff7b2e0d1c63d9551e44ed3ffd96c695b69d9 (diff)
downloadbsie-bb8130b093e51474a7ce6f6431c7f9a02c4f930b.tar.gz
bsie-bb8130b093e51474a7ce6f6431c7f9a02c4f930b.tar.bz2
bsie-bb8130b093e51474a7ce6f6431c7f9a02c4f930b.zip
Merge branch 'mb/faces' into develop
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index b1f5b2c..c556568 100644
--- a/setup.py
+++ b/setup.py
@@ -8,6 +8,10 @@ extras = {
# image feature extractors
'numpy',
],
+ 'face': [
+ 'facenet_pytorch',
+ 'torch',
+ ],
'preview': [
# preview readers
'preview_generator', # also depends on some system packages