Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 24 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,16 @@ coolprop==6.6.0
# via
# -c requirements.txt
# mesido
coverage[toml]==7.15.1
coverage[toml]==7.15.2
# via pytest-cov
defusedxml==0.7.1
# via
# -c requirements.txt
# rtc-tools-gil-comp
et-xmlfile==2.0.0
# via
# -c requirements.txt
# openpyxl
exceptiongroup==1.3.1
# via
# -c requirements.txt
Expand Down Expand Up @@ -111,10 +115,11 @@ idna==3.18
# -c requirements.txt
# requests
# yarl
influxdb==5.3.2
influxdb==5.3.1
# via
# -c requirements.txt
# mesido
# pyesdl
iniconfig==2.3.0
# via pytest
isort==5.13.2
Expand All @@ -129,7 +134,7 @@ lxml==6.1.1
# pyecore
mccabe==0.7.0
# via flake8
mesido==0.1.20.2
mesido==0.1.20.3
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
Expand Down Expand Up @@ -159,10 +164,14 @@ omotes-sdk-protocol==1.2.0
# via
# -c requirements.txt
# omotes-sdk-python
omotes-sdk-python==4.3.5
omotes-sdk-python==4.3.6
# via
# -c requirements.txt
# omotes-grow-worker (pyproject.toml)
openpyxl==3.1.2
# via
# -c requirements.txt
# pyesdl
ordered-set==4.1.0
# via
# -c requirements.txt
Expand Down Expand Up @@ -202,6 +211,15 @@ protobuf==5.29.6
# via
# -c requirements.txt
# omotes-sdk-protocol
psycopg[binary]==3.3.3
# via
# -c requirements.txt
# pyesdl
psycopg-binary==3.3.3
# via
# -c requirements.txt
# psycopg
# pyesdl
pycodestyle==2.12.1
# via flake8
pydocstyle==6.3.0
Expand All @@ -211,7 +229,7 @@ pyecore==0.13.2
# -c requirements.txt
# mesido
# pyesdl
pyesdl==26.6.1
pyesdl[profiles]==26.7
# via
# -c requirements.txt
# mesido
Expand Down Expand Up @@ -302,6 +320,7 @@ typing-extensions==4.16.0
# multidict
# mypy
# omotes-sdk-python
# psycopg
tzdata==2026.3
# via
# -c requirements.txt
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ requires-python = ">=3.10"

dependencies = [
"python-dotenv ~= 1.0.0",
"mesido ~= 0.1.20.2",
"omotes-sdk-python ~= 4.3.5",
"mesido ~= 0.1.20.3",
"omotes-sdk-python ~= 4.3.6",
]

[project.optional-dependencies]
Expand Down
23 changes: 18 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ coolprop==6.6.0
# via mesido
defusedxml==0.7.1
# via rtc-tools-gil-comp
et-xmlfile==2.0.0
# via openpyxl
exceptiongroup==1.3.1
# via celery
future-fstrings==1.2.0
Expand All @@ -48,13 +50,15 @@ idna==3.18
# via
# requests
# yarl
influxdb==5.3.2
# via mesido
influxdb==5.3.1
# via
# mesido
# pyesdl
kombu==5.6.2
# via celery
lxml==6.1.1
# via pyecore
mesido==0.1.20.2
mesido==0.1.20.3
# via omotes-grow-worker (pyproject.toml)
msgpack==1.2.1
# via influxdb
Expand All @@ -69,8 +73,10 @@ numpy==1.25.2
# scipy
omotes-sdk-protocol==1.2.0
# via omotes-sdk-python
omotes-sdk-python==4.3.5
omotes-sdk-python==4.3.6
# via omotes-grow-worker (pyproject.toml)
openpyxl==3.1.2
# via pyesdl
ordered-set==4.1.0
# via pyecore
packaging==26.2
Expand All @@ -87,11 +93,17 @@ propcache==0.5.2
# via yarl
protobuf==5.29.6
# via omotes-sdk-protocol
psycopg[binary]==3.3.3
# via pyesdl
psycopg-binary==3.3.3
# via
# psycopg
# pyesdl
pyecore==0.13.2
# via
# mesido
# pyesdl
pyesdl==26.6.1
pyesdl[profiles]==26.7
# via
# mesido
# omotes-sdk-python
Expand Down Expand Up @@ -134,6 +146,7 @@ typing-extensions==4.16.0
# exceptiongroup
# multidict
# omotes-sdk-python
# psycopg
tzdata==2026.3
# via kombu
tzlocal==5.4.4
Expand Down
Loading