Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
b8b0466f
Commit
b8b0466f
authored
Sep 12, 2019
by
VIGNET Pierre
Browse files
[setup] Add dev packages requirement
parent
799c19df
Changes
1
Hide whitespace changes
Inline
Side-by-side
command_line/setup.py
View file @
b8b0466f
...
...
@@ -92,9 +92,11 @@ setup(
},
install_requires
=
deps
+
[
"cadbiom"
,
"futures"
],
# For graphs drawing manually
# TODO: use setup.cfg instead of these directives.
# => Will allow to finely distinguish dev, and extra packages
extras_require
=
{
'matplotlib'
:
[
"matplotlib<2"
],
"matplotlib"
:
[
"matplotlib<2"
],
# For graphs drawing manually
"dev"
:
[
"sphinx<2"
,
"sphinx-argparse"
],
# For doc
},
# Tests
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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