Skip to content

Commit

Permalink
Setup: Add [recommended] section for module libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade authored and peterbarker committed Jul 25, 2024
1 parent 1db8384 commit 3c8140f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ def package_files(directory):
extras_require={
# restserver module
'server': ['flask'],
'recommended': ['flask', 'PyYAML', 'lxml', 'wxpython',
'pymonocypher', 'openai', 'paho-mqtt',
'piexif', 'pynmea2', 'Pygame', 'Pillow']
},
scripts=['MAVProxy/mavproxy.py',
'MAVProxy/tools/mavflightview.py',
Expand Down

0 comments on commit 3c8140f

Please sign in to comment.