From eab0504bf9212cd33caab198b80a8e34878faf16 Mon Sep 17 00:00:00 2001 From: sethome <39254204+sethome2@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:17:37 +0800 Subject: [PATCH] Update requirements.txt for serial connection Although pymavlink supports the use of serial connections with a flight control board and utilizes a serial connection package, this information is not reflected in the requirements.txt file. Simply running "pip install -r pymavlink/requirements.txt" and attempting to use the mavutil module over serial will not work as expected. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 11cfbb8cb..4954a1c81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ fastcrc lxml>=3.6.0 setuptools>=42 +pyserial>=3.5 wheel>=0.37.1 # dev dependencies: