Skip to content

Commit

Permalink
Remove unneeded pymodbus-asyncio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrisan committed Dec 27, 2023
1 parent a8b1002 commit a9d56a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion qtoggleserver/mppsolar/io.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import asyncio
import abc
import asyncio
import os

import serial


Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@

install_requires=[
'pyserial>=3.4',
'pyserial-asyncio>=0.4',
]
)

0 comments on commit a9d56a7

Please sign in to comment.