Skip to content

Commit

Permalink
build: remove pyserial-asyncio requirement
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Jan 13, 2025
1 parent 239494e commit 73dc4e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ dependencies = [
"tornado==6.2.0 ; python_version=='3.7'",
"tornado==6.4.1 ; python_version>='3.8'",
"pyserial==3.4",
"pyserial-asyncio==0.6",
"pillow==9.5.0 ; python_version=='3.7'",
"pillow==10.3.0 ; python_version>='3.8'",
"streaming-form-data==1.11.0 ; python_version=='3.7'",
Expand Down
1 change: 0 additions & 1 deletion scripts/moonraker-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
tornado==6.2.0 ; python_version=='3.7'
tornado==6.4.1 ; python_version>='3.8'
pyserial==3.4
pyserial-asyncio==0.6
pillow==9.5.0 ; python_version=='3.7'
pillow==10.3.0 ; python_version>='3.8'
streaming-form-data==1.11.0 ; python_version=='3.7'
Expand Down

0 comments on commit 73dc4e5

Please sign in to comment.