From a4ef21ee3862e8aa4c8858adcb1f94d2e704686d Mon Sep 17 00:00:00 2001 From: Vermaas <vermaas@astron.nl> Date: Fri, 25 Aug 2023 14:49:22 +0200 Subject: [PATCH] add oracle connectors --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5c77de8..0ef5c74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,6 +38,7 @@ dependencies = [ 'psycopg2-binary >= 2.9.5, < 3.0', 'pyvo >= 1.4, < 2.0', 'importlib-metadata >= 0.12; python_version < "3.8"', + 'cx-Oracle >= 8.0' ] dynamic = ["version"] -- GitLab