From af6a92a4c2805e1e3a3e299e3f1667b17a3f1ade Mon Sep 17 00:00:00 2001 From: Brooklyn Nicholson Date: Mon, 9 Mar 2026 17:34:04 -0500 Subject: [PATCH] chore: remove textual --- pyproject.toml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index de4da9f27c..5f86cabd2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ dependencies = [ "fire", "httpx", "rich", - "textual", "tenacity", "pyyaml", "requests", diff --git a/requirements.txt b/requirements.txt index 4ed3efd213..030c846564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,6 @@ python-dotenv fire httpx rich -textual tenacity prompt_toolkit pyyaml