mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
Merge pull request #2589 from jonathanslenders/pin-prompt-toolkit-version
Set prompt_toolkit version to <2.0.0 in requirements.
This commit is contained in:
commit
9ca29d8f2a
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -330,7 +330,7 @@ def main():
|
|||
}
|
||||
skw['cmdclass']['develop'] = xdevelop
|
||||
skw['extras_require'] = {
|
||||
'ptk': ['prompt-toolkit'],
|
||||
'ptk': ['prompt-toolkit<2.0.0'],
|
||||
'pygments': ['pygments'],
|
||||
'win': ['win_unicode_console'],
|
||||
'mac': ['gnureadline'],
|
||||
|
|
Loading…
Add table
Reference in a new issue