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
2
2
poster == 0.8.1
3
3
protobuf == 2.6.1
4
4
requests == 2.5.1
5
- pymavlink >= 1.1.39
5
+ pymavlink >= 1.1.50
6
6
sphinx-3dr-theme >= 0.0.6
7
7
MAVProxy >= 1.4.13
Original file line number Diff line number Diff line change 1
1
from setuptools import setup , Extension
2
2
import platform
3
3
4
- version = '1.1.0 '
4
+ version = '1.1.1 '
5
5
6
6
ext_modules = []
7
7
12
12
long_description = '''Python language bindings for the DroneApi (includes the droneapi MAVProxy module)''' ,
13
13
url = 'https://github.com/diydrones/droneapi-python' ,
14
14
author = '3D Robotics' ,
15
- install_requires = [ 'pymavlink' ,
15
+ install_requires = [ 'pymavlink >= 1.1.50 ' ,
16
16
'MAVProxy >= 1.4.13' ,
17
17
'protobuf >= 2.5.0' ],
18
18
author_email = 'kevinh@geeksville.com' ,
You can’t perform that action at this time.
0 commit comments