Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
027e7faf
"tools/python/vscode:/vscode.git/clone" did not exist on "d50d8e02682c0dea4ebc15f43337424c7307115f"
Commit
027e7faf
authored
Jan 09, 2019
by
Davis King
Browse files
Add cmake as a pip install dependency.
parent
6b5b461d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
setup.py
setup.py
+1
-0
No files found.
setup.py
View file @
027e7faf
...
...
@@ -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
=
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment