Skip to content

Commit

Permalink
update Python packages
Browse files Browse the repository at this point in the history
freeze paho-mqtt temporarily to 1.6.* due to missing support in asyncio-mqtt for paho 2.0.0
  • Loading branch information
raymar9 committed Mar 26, 2024
1 parent d497a3e commit ca59540
Show file tree
Hide file tree
Showing 2 changed files with 433 additions and 527 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,17 @@ name = "pypi"

[packages]
aioserial = "~=1.3.1"
asyncio-mqtt = "~=0.16.1"
gurux-dlms = "==1.0.143"
asyncio-mqtt = "~=0.16.2"
gurux-dlms = "==1.0.150"
paho-mqtt = "~=1.6.1"

[dev-packages]
autopep8 = "*"
chardet = "*"
isort = "*"
licenseheaders = "*"
pipenv-setup = "*"
plette = "~=0.4"
pylint = "*"
pytest = "*"
pytest-asyncio = "*"
Expand Down
Loading

0 comments on commit ca59540

Please sign in to comment.