From d96c6edcfcf3da472d7f44bc4ebeff9789c81200 Mon Sep 17 00:00:00 2001 From: Jonathan Peirce Date: Thu, 17 Sep 2015 17:43:55 +0100 Subject: [PATCH] ENH: adding moviepy and imageio to the Mac Standalone --- setupApp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setupApp.py b/setupApp.py index ac5a23e959..c7c1263f92 100755 --- a/setupApp.py +++ b/setupApp.py @@ -46,6 +46,7 @@ ], packages=['wx','pyglet','pygame','OpenGL','psychopy','pytz', 'scipy','matplotlib','lxml','xml','openpyxl', + 'moviepy', 'imageio', 'coverage',#for unit testing 'serial','IPython', 'egi','labjack','pylink',#handy external science interfaces