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.
2 parents 0f01f9a + 9130d58 commit c5784adCopy full SHA for c5784ad
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Version 2.0.1 (2015-11-30)
+## Version 2.0.2 (2015-11-30)
4
5
### Bug Fixes:
6
setup.py
@@ -1,7 +1,7 @@
from setuptools import setup, Extension
import platform
-version = '2.0.1'
+version = '2.0.2'
setup(name='dronekit',
7
zip_safe=True,
@@ -11,8 +11,8 @@
11
url='https://github.com/dronekit/dronekit-python',
12
author='3D Robotics',
13
install_requires=[
14
- 'pymavlink >= 1.1.62',
15
- 'requests == 2.5.1',
+ 'pymavlink>=1.1.62',
+ 'requests>=2.5.0,<=2.99999',
16
],
17
author_email='tim@3drobotics.com, kevinh@geeksville.com',
18
classifiers=[
0 commit comments