mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-19 09:38:44 +01:00
Update pyproject.toml
This commit is contained in:
@@ -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 }
|
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-client = { version = "^1.36.1", optional = true}
|
||||||
influxdb = { version = "^5.3.2", optional = true }
|
influxdb = { version = "^5.3.2", optional = true }
|
||||||
|
influxdb3-python = { version = "^0.15.0", optional = true }
|
||||||
sqlmodel = { version = "^0.0.14", optional = true }
|
sqlmodel = { version = "^0.0.14", optional = true }
|
||||||
psycopg2-binary = { version = "^2.9.6", optional = true }
|
psycopg2-binary = { version = "^2.9.6", optional = true }
|
||||||
python-dateutil = { version = "^2.8.2", optional = true }
|
python-dateutil = { version = "^2.8.2", optional = true }
|
||||||
|
|
||||||
[tool.poetry.extras]
|
[tool.poetry.extras]
|
||||||
ionizer = ["tiqi-rpc"]
|
ionizer = ["tiqi-rpc"]
|
||||||
|
influxdbv3 = ["influxdb3-python"]
|
||||||
influxdbv2 = ["influxdb-client"]
|
influxdbv2 = ["influxdb-client"]
|
||||||
influxdbv1 = ["influxdb"]
|
influxdbv1 = ["influxdb"]
|
||||||
postgresql = ["sqlmodel", "psycopg2-binary", "python-dateutil"]
|
postgresql = ["sqlmodel", "psycopg2-binary", "python-dateutil"]
|
||||||
@@ -37,6 +39,10 @@ optional = true
|
|||||||
mypy = "^1.4.1"
|
mypy = "^1.4.1"
|
||||||
pyright = "^1.1.323"
|
pyright = "^1.1.323"
|
||||||
ruff = "^0.7.1"
|
ruff = "^0.7.1"
|
||||||
|
pytest = "^8.0.0"
|
||||||
|
testcontainers = "^4.4.0"
|
||||||
|
influxdb3-python = "^0.15.0"
|
||||||
|
requests = "^2.31.0"
|
||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
target-version = "py310" # Always generate Python 3.10-compatible code
|
target-version = "py310" # Always generate Python 3.10-compatible code
|
||||||
|
|||||||
Reference in New Issue
Block a user