Skip to content

Commit 3d8e315

Browse files
committed
added gooey dependency
1 parent ecac2c0 commit 3d8e315

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
url = 'https://github.com/CanberraUAV/cuav',
3939
author = 'CanberraUAV',
4040
install_requires = [ 'pymavlink',
41-
'MAVProxy' ],
41+
'MAVProxy',
42+
'gooey'],
4243
author_email = 'andrew-cuav@tridgell.net',
4344
classifiers=['Development Status :: 4 - Beta',
4445
'Environment :: Console',

0 commit comments

Comments
 (0)