Skip to content

Commit 6f832cf

Browse files
committed
bump pymavlink and push to 1.1.1
1 parent 2a3ab95 commit 6f832cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ numpy==1.9.1
22
poster==0.8.1
33
protobuf==2.6.1
44
requests==2.5.1
5-
pymavlink>=1.1.39
5+
pymavlink>=1.1.50
66
sphinx-3dr-theme>=0.0.6
77
MAVProxy>=1.4.13

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '1.1.0'
4+
version = '1.1.1'
55

66
ext_modules = []
77

@@ -12,7 +12,7 @@
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 = '[email protected]',

0 commit comments

Comments
 (0)