Skip to content

Commit

Permalink
v0.1.28 added EEP F6-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
grimmpp committed Aug 2, 2024
1 parent 804fe7b commit aaafe08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
aiocoap==0.4.7
eltako14bus==0.0.60
eltako14bus==0.0.61
numpy==1.26.3
pillow==10.2.0
pyserial==3.5
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
with open('LICENSE', encoding="utf-8") as f:
license = f.read()

required = ['eltako14bus==0.0.60', 'requests==2.31.0', 'enocean==0.60.1', 'pyserial', 'pyserial-asyncio', 'aiocoap',
required = ['eltako14bus==0.0.61', 'requests==2.31.0', 'enocean==0.60.1', 'pyserial', 'pyserial-asyncio', 'aiocoap',
'esp2_gateway_adapter==0.2.9',
# 'homeassistant',
'zeroconf==0.132.2',
Expand Down

0 comments on commit aaafe08

Please sign in to comment.