From 89f8dbee6c786b0c8bfd2f6e66ea435a5077d073 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Fri, 4 Apr 2025 16:19:01 +1000 Subject: [PATCH] build: remove unused pyreadline3 dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16ea8bbe30..3580d29649 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,6 @@ dependencies = [ "pillow", "prompt-toolkit", "pypatchmatch", - "pyreadline3", "python-multipart", "requests", "semver~=3.0.1",