Skip to content

Commit

Permalink
struggling with the ipython stuff as in jupyter/jupyter_console#158
Browse files Browse the repository at this point in the history
  • Loading branch information
kratsg committed Sep 28, 2018
1 parent b2d9422 commit b68f55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
'nbsphinx',
'm2r',
'jsonpatch',
'prompt-toolkit>=2.0', # needed to fix up python 3 dependency issues
'prompt-toolkit<=2.0', # needed to fix up python 3 dependency issues
]
}
extras_require['complete'] = sorted(set(sum(extras_require.values(), [])))
Expand Down

0 comments on commit b68f55e

Please sign in to comment.