mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2026-02-16 08:08:49 +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 }
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user