From ccaffafaeb238f2e67e2d8873c0c636c461accb1 Mon Sep 17 00:00:00 2001 From: Saqib Ansari Date: Mon, 25 Nov 2024 11:21:46 +0530 Subject: [PATCH] refactor: remove unused dependency * postgres already works using the framework's `psycopg2` dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1263a167..046ceb76 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,6 @@ dependencies = [ "ibis-framework[mysql]", "ibis-framework[sqlite]", "ibis-framework[bigquery]", - # "ibis-framework[postgres]", ] [build-system]