Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
maslyankov committed Jan 8, 2025
1 parent f21f909 commit d6c46bf
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions hass-addon-sunsynk-multi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ RUN set -x \
build-base \
&& pip3 install --no-cache-dir --disable-pip-version-check \
aiohttp \
async_modbus==0.2.1 \
attrs==24.2.0 \
async_modbus==0.2.2 \
attrs==24.3.0 \
cattrs==24.1.2 \
connio==0.2.0 \
jmespath==1.0.1 \
mqtt-entity==0.0.4 \
prettytable==3.8.0 \
pymodbus[serial]==3.7.2 \
pysolarmanv5==3.0.4 \
pyyaml==6.0.1 \
prettytable==3.12.0 \
pymodbus[serial]==3.8.3 \
pysolarmanv5==3.0.6 \
pyyaml==6.0.2 \
umodbus==1.0.4 \
&& apk del .build-deps

Expand Down
15 changes: 8 additions & 7 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ classifiers =
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
keywords = sunsynk, deye, inverter, modbus, asyncio

[options]
Expand All @@ -29,23 +30,23 @@ packages=
python_requires = >=3.9
include_package_data = True
install_requires =
attrs==24.2.0
attrs==24.3.0
cattrs==24.1.2
pyyaml==6.0.1
pyyaml==6.0.2
mqtt-entity==0.0.4
prettytable==3.8.0
prettytable==3.12.0
jmespath==1.0.1
zip_safe = true

[options.extras_require]
umodbus =
async_modbus==0.2.1
async_modbus==0.2.2
umodbus==1.0.4
connio==0.2.0
pymodbus =
pymodbus[serial]==3.7.2
pymodbus[serial]==3.8.3
solarman =
pysolarmanv5==3.0.4
pysolarmanv5==3.0.6
tests =
pytest
pytest-asyncio
Expand Down

0 comments on commit d6c46bf

Please sign in to comment.