diff --git a/pyproject.toml b/pyproject.toml index 86a6884..aec054d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta:__legacy__" [project] name = "PyScada-Influxdb" -version = "0.8.0" +dynamic = ["version"] requires-python = ">= 3.10" dependencies = [ - "pyscada>=0.8.0", + "pyscada>=0.8.4", "pytz", "influxdb_client" ]