mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
merged
This commit is contained in:
commit
ab9ce99846
1
setup.py
1
setup.py
@ -231,6 +231,7 @@ setup(
|
|||||||
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
|
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
tests_require=['pytest==3.8'],
|
tests_require=['pytest==3.8'],
|
||||||
|
install_requires=['cmake'],
|
||||||
packages=['dlib'],
|
packages=['dlib'],
|
||||||
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
|
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
Loading…
Reference in New Issue
Block a user