Commit 027e7faf authored by Davis King's avatar Davis King

Add cmake as a pip install dependency.

parent 6b5b461d
......@@ -231,6 +231,7 @@ setup(
cmdclass=dict(build_ext=CMakeBuild, test=PyTest),
zip_safe=False,
tests_require=['pytest==3.8'],
install_requires=['cmake'],
packages=['dlib'],
keywords=['dlib', 'Computer Vision', 'Machine Learning'],
classifiers=[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment