Skip to content

Commit

Permalink
Merge pull request #46 from grimmpp/feature-branch
Browse files Browse the repository at this point in the history
fixed dependencies
  • Loading branch information
grimmpp authored Oct 1, 2024
2 parents 604f242 + 2c55138 commit 75944ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"requests>=2.20.0"
"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"
]

[project.urls]
Expand Down
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.63
eltako14bus==0.0.64
numpy==1.26.3
pillow==10.2.0
pyserial==3.5
Expand Down

0 comments on commit 75944ee

Please sign in to comment.