We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b96d3f commit 2a3ab95Copy full SHA for 2a3ab95
requirements.txt
@@ -4,3 +4,4 @@ protobuf==2.6.1
4
requests==2.5.1
5
pymavlink>=1.1.39
6
sphinx-3dr-theme>=0.0.6
7
+MAVProxy>=1.4.13
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, Extension
2
import platform
3
-version = '1.0.3'
+version = '1.1.0'
ext_modules = []
@@ -13,7 +13,7 @@
13
url = 'https://github.com/diydrones/droneapi-python',
14
author = '3D Robotics',
15
install_requires = [ 'pymavlink',
16
- 'MAVProxy >= 1.3.13',
+ 'MAVProxy >= 1.4.13',
17
'protobuf >= 2.5.0' ],
18
author_email = '[email protected]',
19
classifiers=['Development Status :: 4 - Beta',
0 commit comments