Skip to content

Commit 33471f5

Browse files
committed
Add Pillow as a dependency and bump version
1 parent e637981 commit 33471f5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ face_recognition_models
22
Click>=6.0
33
dlib>=19.3.0
44
numpy
5+
Pillow
56
scipy

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
'Click>=6.0',
1515
'dlib>=19.3.0',
1616
'numpy',
17+
'Pillow',
1718
'scipy'
1819
]
1920

@@ -23,7 +24,7 @@
2324

2425
setup(
2526
name='face_recognition',
26-
version='0.1.7',
27+
version='0.1.8',
2728
description="Recognize faces from Python or from the command line",
2829
long_description=readme + '\n\n' + history,
2930
author="Adam Geitgey",
@@ -46,7 +47,7 @@
4647
zip_safe=False,
4748
keywords='face_recognition',
4849
classifiers=[
49-
'Development Status :: 2 - Pre-Alpha',
50+
'Development Status :: 4 - Beta',
5051
'Intended Audience :: Developers',
5152
'License :: OSI Approved :: MIT License',
5253
'Natural Language :: English',

0 commit comments

Comments
 (0)