Merge pull request #3902 from t0fik/fix_prompt_toolkit_version

Updated prompt-toolkit version requirement
This commit is contained in:
Anthony Scopatz 2020-10-19 11:41:07 -05:00 committed by GitHub
commit ac1a7982f8
Failed to generate hash of commit
4 changed files with 26 additions and 3 deletions

View file

@ -0,0 +1,23 @@
**Added:**
* <news item>
**Changed:**
* prompt-toolkit required version updated to >=3.0
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>

View file

@ -1,7 +1,7 @@
cloud_sptheme
numpydoc
Sphinx>=3.1
prompt_toolkit>=2.0
prompt_toolkit>=3.0
pygments>=2.2
psutil
pyzmq

View file

@ -4,7 +4,7 @@ flake8
flake8-docstrings
pytest-cov
pytest-timeout
prompt-toolkit>=2.0
prompt-toolkit>=3.0
pygments>=2.2
codecov
coverage

View file

@ -339,7 +339,7 @@ def main():
}
skw["cmdclass"]["develop"] = xdevelop
skw["extras_require"] = {
"ptk": ["prompt-toolkit>=2.0"],
"ptk": ["prompt-toolkit>=3.0"],
"pygments": ["pygments>=2.2"],
"mac": ["gnureadline"],
"linux": ["distro"],