Update from influxdb_client to influxdb_client_3
This commit is contained in:
+2
-2
@@ -9,12 +9,12 @@ readme = "README.md"
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.12,<4.0"
|
||||
pyserial = "^3.5"
|
||||
influxdb-client = {version = "^1.19.0", optional = true, extras = ["influxdb"]}
|
||||
influxdb3-python = {version = "^0.19.0", optional = true, extras = ["influxdb"]}
|
||||
typing-extensions = {version = ">=4.13", optional = true, extras = ["influxdb"]}
|
||||
prometheus-client = {version = "^0.11.0", optional = true, extras = ["prometheus"]}
|
||||
|
||||
[tool.poetry.extras]
|
||||
influxdb = ["influxdb-client", "typing-extensions"]
|
||||
influxdb = ["influxdb3-python", "typing-extensions"]
|
||||
prometheus = ["prometheus-client"]
|
||||
|
||||
[build-system]
|
||||
|
||||
Reference in New Issue
Block a user