Skip to content

Commit

Permalink
Update prompt_toolkit to 2.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Mar 16, 2019
1 parent 262b355 commit 0e7cbf0
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 @@ -104,7 +104,7 @@ def main():
skw['install_requires'] = [
'numpydoc>=0.5,<1.0',
'ply>=3.4,<4.0',
'prompt-toolkit>=1.0.0,<1.1.0',
'prompt_toolkit>=2.0.0,<2.1.0',
'requests>=2.8.1,<3.0.0',
'colorama>=0.3.3,<1.0.0',
'click>=5.1,<7.0',
Expand Down

0 comments on commit 0e7cbf0

Please sign in to comment.