From c340b6e3a72fa179d162d98909914399f4a98923 Mon Sep 17 00:00:00 2001 From: isagoakira Date: Mon, 1 Jun 2026 10:02:49 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore(deps):=20update=20requirements.txt=20?= =?UTF-8?q?=E2=80=94=202=20outdated=20version=20constraints=20in=20setup.p?= =?UTF-8?q?y=20extras=5Frequire.=20T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From 95663488b0f974cafbfca628cf21f7e6d595544e Mon Sep 17 00:00:00 2001 From: isagoakira Date: Mon, 1 Jun 2026 10:02:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?chore(deps):=20update=20setup.py=20?= =?UTF-8?q?=E2=80=94=202=20outdated=20version=20constraints=20in=20setup.p?= =?UTF-8?q?y=20extras=5Frequire.=20T?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1105aef49..28e340ba8 100755 --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ install_requires = ['psutil', 'colorama', 'six'] extras_require = {':python_version<"3.4"': ['pathlib2'], ':python_version<"3.3"': ['backports.shutil_get_terminal_size'], - ':python_version<="2.7"': ['decorator<5', 'pyte<0.8.1'], + ':python_version<="2.7"': ['decorator>=5.0', 'pyte>=0.8.1,<1.0'], ':python_version>"2.7"': ['decorator', 'pyte'], ":sys_platform=='win32'": ['win_unicode_console']}