From 6d53ffbc0a6f3cff9b0c701c3a509f31ae74654c Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 8 Nov 2024 11:17:20 -0500 Subject: [PATCH] Update pyproject.toml dependencies --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7764aa..0dfc69a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,12 +6,9 @@ readme = "README.md" requires-python = ">=3.11" dependencies = [ "appdirs", - "sqlalchemy", - "records", "docopt", "rich", "prompt_toolkit", - "pydantic", "xerox", "simplemind" ]