Update pyproject.toml

This commit is contained in:
Chi-Huan Nguyen
2025-08-24 16:26:40 +02:00
parent 48e60de506
commit ce96891f9d

View File

@@ -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