summaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2022-02-17 10:47:54 -0500
committerKevin Van Brunt <kmvanbrunt@gmail.com>2022-02-17 11:13:34 -0500
commit4621b0501acdaea7230eef97ffa526d14820af80 (patch)
tree0f0061e6eaf4ca5d64d16fed6397b37cc152cd80 /Pipfile
parent07f059c17b4cb6577fbc7a2ce42d7c5bf98a83c8 (diff)
downloadcmd2-git-4621b0501acdaea7230eef97ffa526d14820af80.tar.gz
cmd2 now uses pyreadline3 when running any version of Python on Windows
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Pipfile b/Pipfile
index 643ef052..39a0911f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -22,8 +22,7 @@ ipython = "*"
isort = "*"
mock = {version = "*",markers = "python_version < '3.6'"}
mypy = "*"
-pyreadline = {version = "*",sys_platform = "== 'win32'",markers = "python_version < '3.8'"}
-pyreadline3 = {version = "*",sys_platform = "== 'win32'",markers = "python_version >= '3.8'"}
+pyreadline3 = {version = ">=3.4",sys_platform = "== 'win32'"}
pytest = "*"
pytest-cov = "*"
pytest-mock = "*"