Skip to content

Commit

Permalink
toml fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Dec 29, 2024
1 parent 9b6fda1 commit c93d80d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## v0.1.40 Dependency fix
* Updated to current lib of esp2-gateway-adapter 0.2.18

## v0.1.39
* Support for EUL-2PJ3Q tcm515 added. https://busware.de/tiki-index.php?page=EUL
* Clean up of device table implemented
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"aiocoap==0.4.7", "eltako14bus==0.0.64", "numpy==1.26.3", "pillow==10.2.0", "pyserial==3.5", "pyserial-asyncio==0.6", "PyYAML==6.0.1", "StrEnum==0.4.15", "termcolor==2.4.0", "tkinterhtml==0.7", "requests==2.31.0", "enocean==0.60.1", "esp2_gateway_adapter==0.2.9", "zeroconf==0.132.2", "tkScrolledFrame==1.0.4", "xmltodict", "tomli"
"aiocoap==0.4.7", "eltako14bus==0.0.64", "numpy==1.26.3", "pillow==10.2.0", "pyserial==3.5", "pyserial-asyncio==0.6", "PyYAML==6.0.1", "StrEnum==0.4.15", "termcolor==2.4.0", "tkinterhtml==0.7", "requests==2.31.0", "enocean==0.60.1", "esp2_gateway_adapter==0.2.18", "zeroconf==0.132.2", "tkScrolledFrame==1.0.4", "xmltodict", "tomli"
]

[project.urls]
Expand Down

0 comments on commit c93d80d

Please sign in to comment.