From ce96891f9d8d7d57980e2c9b42f06cfc63a0c9b2 Mon Sep 17 00:00:00 2001 From: Chi-Huan Nguyen Date: Sun, 24 Aug 2025 16:26:40 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index daadd0a..f49aab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,12 +20,14 @@ pydase = ">=0.10.0" tiqi-rpc = { git = "ssh://git@gitlab.phys.ethz.ch/tiqi-projects/tiqi-rpc-python.git", optional = true } influxdb-client = { version = "^1.36.1", optional = true} influxdb = { version = "^5.3.2", optional = true } +influxdb3-python = { version = "^0.15.0", optional = true } sqlmodel = { version = "^0.0.14", optional = true } psycopg2-binary = { version = "^2.9.6", optional = true } python-dateutil = { version = "^2.8.2", optional = true } [tool.poetry.extras] ionizer = ["tiqi-rpc"] +influxdbv3 = ["influxdb3-python"] influxdbv2 = ["influxdb-client"] influxdbv1 = ["influxdb"] postgresql = ["sqlmodel", "psycopg2-binary", "python-dateutil"] @@ -37,6 +39,10 @@ optional = true mypy = "^1.4.1" pyright = "^1.1.323" ruff = "^0.7.1" +pytest = "^8.0.0" +testcontainers = "^4.4.0" +influxdb3-python = "^0.15.0" +requests = "^2.31.0" [tool.ruff] target-version = "py310" # Always generate Python 3.10-compatible code