From 5f0c16f8af31947fade8c1ad1f132b4b7ef107af Mon Sep 17 00:00:00 2001 From: Brad Brown Date: Thu, 23 Jan 2025 18:06:23 -0600 Subject: [PATCH] fix requirements --- pyproject.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7e5773..8cfd097 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,11 +40,6 @@ dependencies = [ "snowflake-connector-python", ] optional-dependencies.testing = [ - "PyYAML", - "SQLAlchemy<1.4", - "sqlalchemy_aio>=0.17", - "toolrack", - "snowflake-connector-python", "pytest", "pytest-asyncio", "pytest-mock",