We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5adb8a commit 2f3c23dCopy full SHA for 2f3c23d
windows/mavproxy.spec
@@ -13,6 +13,7 @@ MAVProxyAny = Analysis(['mavproxy.py'],
13
'wx.lib.embeddedimage', 'wx.lib.imageutils', 'wx.lib.agw.aquabutton',
14
'wx.lib.agw.gradientbutton',
15
'six','packaging', 'packaging.version', 'packaging.specifiers',
16
+ 'requests',
17
] + collect_submodules('MAVProxy.modules') +
18
collect_submodules('pymavlink') + collect_submodules('yaml') + collect_submodules('pygame'),
19
datas= [ ('modules\\mavproxy_map\\data\\*.*', 'MAVProxy\\modules\\mavproxy_map\\data' ),
@@ -26,6 +27,7 @@ MAVExpAny = Analysis(['.\\tools\\MAVExplorer.py'],
26
27
# all the needed pieces, so we also import them in mavproxy.py
28
hiddenimports=['cv2', 'wx', 'pylab',
29
'numpy', 'dateutil', 'matplotlib',
30
31
'prompt_toolkit', 'HTMLParser', 'wx.grid', 'wx._grid',
32
'wx.lib.agw.genericmessagedialog', 'wx.lib.wordwrap', 'wx.lib.buttons',
33
0 commit comments