Skip to content

Commit c5784ad

Browse files
committed
Merge pull request dronekit#488 from dronekit/tcr-2
Fixes setup.py to match requirements.txt.
2 parents 0f01f9a + 9130d58 commit c5784ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Version 2.0.1 (2015-11-30)
3+
## Version 2.0.2 (2015-11-30)
44

55
### Bug Fixes:
66

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, Extension
22
import platform
33

4-
version = '2.0.1'
4+
version = '2.0.2'
55

66
setup(name='dronekit',
77
zip_safe=True,
@@ -11,8 +11,8 @@
1111
url='https://github.com/dronekit/dronekit-python',
1212
author='3D Robotics',
1313
install_requires=[
14-
'pymavlink >= 1.1.62',
15-
'requests == 2.5.1',
14+
'pymavlink>=1.1.62',
15+
'requests>=2.5.0,<=2.99999',
1616
],
1717
author_email='tim@3drobotics.com, kevinh@geeksville.com',
1818
classifiers=[

0 commit comments

Comments
 (0)