Skip to content

Commit

Permalink
pyserial-asyncio
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudd2 committed May 24, 2024
1 parent 3c630d7 commit 9a177ca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
],
extras_require={
'test': [
'pyserial-asyncio>=0.4.0; python_version == "3.8"', # pymodbus 2.x
'pyserial-asyncio>=0.4.0; python_version == "3.9"', # pymodbus 2.x
'pytest',
'pytest-asyncio>=0.23.7,<=0.23.9',
'pytest-cov',
Expand Down

0 comments on commit 9a177ca

Please sign in to comment.