Skip to content

Commit

Permalink
Merge pull request #1132 from Hedda/patch-5
Browse files Browse the repository at this point in the history
Require pyserial-asyncio newer than 0.5
  • Loading branch information
pipiche38 authored Apr 11, 2022
2 parents 35f2364 + e76d5e3 commit 66e1909
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ crccheck==1.1
frozenlist==1.2.0
multidict==5.2.0
pyserial==3.5
pyserial-asyncio!=0.5
pyserial-asyncio>=0.5
pyserial-asyncio!=0.5; platform_system=="Windows"', # 0.5 broke writesv on Windows OS
pyusb==1.2.1
typing-extensions==4.0.1
voluptuous==0.12.2
Expand Down

0 comments on commit 66e1909

Please sign in to comment.