Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AMIBIO
VARNA-api
Commits
0a5d956e
Commit
0a5d956e
authored
Jan 13, 2022
by
htyao
Browse files
Add IPython in requirement
parent
9a4cedfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
0a5d956e
...
...
@@ -41,6 +41,6 @@ setup(name='varnaapi',
url
=
'https://gitlab.inria.fr/amibio/varna-api'
,
classifiers
=
[
_f
for
_f
in
CLASSIFIERS
.
split
(
'
\n
'
)
if
_f
],
py_modules
=
[
'varnaapi'
,
'param'
],
install_requires
=
[
'colour'
,
'deprecated'
,
'pyyml'
],
install_requires
=
[
'colour'
,
'deprecated'
,
'pyyml'
,
'IPython'
],
python_requires
=
'>=3'
)
Write
Preview
Supports
Markdown
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