File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -2,4 +2,5 @@ face_recognition_models
2
2
Click >= 6.0
3
3
dlib >= 19.3.0
4
4
numpy
5
+ Pillow
5
6
scipy
Original file line number Diff line number Diff line change 14
14
'Click>=6.0' ,
15
15
'dlib>=19.3.0' ,
16
16
'numpy' ,
17
+ 'Pillow' ,
17
18
'scipy'
18
19
]
19
20
23
24
24
25
setup (
25
26
name = 'face_recognition' ,
26
- version = '0.1.7 ' ,
27
+ version = '0.1.8 ' ,
27
28
description = "Recognize faces from Python or from the command line" ,
28
29
long_description = readme + '\n \n ' + history ,
29
30
author = "Adam Geitgey" ,
46
47
zip_safe = False ,
47
48
keywords = 'face_recognition' ,
48
49
classifiers = [
49
- 'Development Status :: 2 - Pre-Alpha ' ,
50
+ 'Development Status :: 4 - Beta ' ,
50
51
'Intended Audience :: Developers' ,
51
52
'License :: OSI Approved :: MIT License' ,
52
53
'Natural Language :: English' ,
You can’t perform that action at this time.
0 commit comments