Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.db.cuhk_cufs
Commits
0d7bb334
Commit
0d7bb334
authored
Apr 28, 2016
by
Tiago de Freitas Pereira
Browse files
Fixed bug with the requirements
parent
66d7d2d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
requirements.txt
0 → 100644
View file @
0d7bb334
setuptools
six
bob.db.base
bob.db.verification.utils
bob.db.xm2vts
bob.db.arface
bob.db.verification.utils
setup.py
View file @
0d7bb334
...
...
@@ -22,6 +22,10 @@ from setuptools import setup, find_packages
# Define package version
version
=
open
(
"version.txt"
).
read
().
rstrip
()
from
bob.extension.utils
import
load_requirements
install_requires
=
load_requirements
()
setup
(
name
=
'bob.db.cuhk_cufs'
,
...
...
@@ -38,12 +42,7 @@ setup(
include_package_data
=
True
,
zip_safe
=
False
,
install_requires
=
[
'setuptools'
,
'bob.db.xm2vts'
,
'bob.db.arface'
,
'bob.db.verification.utils'
],
install_requires
=
install_requires
,
namespace_packages
=
[
'bob'
,
...
...
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