Skip to content

Commit

Permalink
latest prompt_toolkit is required
Browse files Browse the repository at this point in the history
  • Loading branch information
nakagami committed Jul 7, 2024
1 parent 10cbf46 commit f6e501e
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 @@ -19,7 +19,7 @@
long_description=long_description,
packages=find_packages('.'),
install_requires=[
'prompt_toolkit>=2.0.0,<3.1.0',
'prompt_toolkit',
'pyflakes', # For Python error reporting.
'pygments', # For the syntax highlighting.
'docopt', # For command line arguments.
Expand Down

0 comments on commit f6e501e

Please sign in to comment.