Skip to content

Commit

Permalink
add missing import for ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
luizirber committed Feb 9, 2020
1 parent 7024a34 commit 038bf9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ def build_native(spec):
'test' : ['pytest', 'pytest-cov', 'recommonmark', 'hypothesis'],
'demo' : ['jupyter', 'jupyter_client', 'ipython'],
'doc' : ['sphinx', 'recommonmark', 'alabaster',
"sphinxcontrib-napoleon", "nbsphinx"],
"sphinxcontrib-napoleon", "nbsphinx",
"ipython"],
'10x': ['bam2fasta==1.0.1'],
'storage': ["ipfshttpclient", "redis"]
},
Expand Down

0 comments on commit 038bf9a

Please sign in to comment.