Skip to content

Commit

Permalink
Merge pull request #654 from dronekit/rroche/test_new_pymavlink
Browse files Browse the repository at this point in the history
bump pymavlink
  • Loading branch information
mrpollo authored Aug 29, 2016
2 parents a51f51f + 5a71f16 commit 56748a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
15 changes: 6 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
requests>=2.5.0,<=2.99999
pymavlink>=1.1.62
sphinx-3dr-theme>=0.0.6
nose>=1.3.7
psutil>=3.0.0
mock>=1.3.0
six>=1.9.0
dronekit-sitl>=3.0,<=3.99999
monotonic<1.0
pymavlink==2.0.6
monotonic==1.2
nose==1.3.7
mock==2.0.0
dronekit-sitl==3.1.0
sphinx-3dr-theme>=0.4.3
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
url='https://github.com/dronekit/dronekit-python',
author='3D Robotics',
install_requires=[
'pymavlink>=1.1.62',
'monotonic<1.0'
'pymavlink==2.0.6',
'monotonic==1.2'
],
author_email='[email protected], [email protected]',
classifiers=[
Expand Down

0 comments on commit 56748a2

Please sign in to comment.