File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ numpy==1.9.1
22poster == 0.8.1
33protobuf == 2.6.1
44requests == 2.5.1
5- pymavlink >= 1.1.39
5+ pymavlink >= 1.1.50
66sphinx-3dr-theme >= 0.0.6
77MAVProxy >= 1.4.13
Original file line number Diff line number Diff line change 11from setuptools import setup , Extension
22import platform
33
4- version = '1.1.0 '
4+ version = '1.1.1 '
55
66ext_modules = []
77
1212 long_description = '''Python language bindings for the DroneApi (includes the droneapi MAVProxy module)''' ,
1313 url = 'https://github.com/diydrones/droneapi-python' ,
1414 author = '3D Robotics' ,
15- install_requires = [ 'pymavlink' ,
15+ install_requires = [ 'pymavlink >= 1.1.50 ' ,
1616 'MAVProxy >= 1.4.13' ,
1717 'protobuf >= 2.5.0' ],
1818 author_email = 'kevinh@geeksville.com' ,
You can’t perform that action at this time.
0 commit comments