diff --git a/.env-template b/.env-template index 5589359..e544a98 100644 --- a/.env-template +++ b/.env-template @@ -15,8 +15,8 @@ POSTGRESQL_HOSTNAME=localhost POSTGRESQL_PORT=5432 POSTGRESQL_DATABASE=omotes_celery -# May be grow_optimizer, grow_simulator, grow_optimizer_no_heat_losses, grow_optimizer_no_heat_losses_discounted_capex -GROW_TASK_TYPE=grow_optimizer +# May be grow_optimizer_default, grow_optimizer_no_heat_losses, grow_optimizer_with_pressure or grow_simulator +GROW_TASK_TYPE=grow_optimizer_default LOG_LEVEL=INFO TASK_RESULT_QUEUE_NAME=omotes_task_result_events diff --git a/dev-requirements.txt b/dev-requirements.txt index e133418..a9a29e8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -143,7 +143,7 @@ markupsafe==2.1.5 # mako mccabe==0.7.0 # via flake8 -mesido==0.1.1 +mesido==0.1.3 # via # -c requirements.txt # omotes-grow-worker (pyproject.toml) diff --git a/pyproject.toml b/pyproject.toml index 1d2809a..f6da6ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ requires-python = ">=3.10" dependencies = [ "python-dotenv ~= 1.0.0", - "mesido ~= 0.1.1", + "mesido ~= 0.1.3", "omotes-sdk-python ~= 0.0.14" ] diff --git a/requirements.txt b/requirements.txt index 43528e4..5a82cb3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ markdown==3.5.2 # via pdoc3 markupsafe==2.1.5 # via mako -mesido==0.1.1 +mesido==0.1.3 # via omotes-grow-worker (pyproject.toml) msgpack==1.0.5 # via influxdb