Skip to content

Commit eab0504

Browse files
committed
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.
1 parent e28c2f0 commit eab0504

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
fastcrc
22
lxml>=3.6.0
33
setuptools>=42
4+
pyserial>=3.5
45
wheel>=0.37.1
56

67
# dev dependencies:

0 commit comments

Comments
 (0)