Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 56748a2

Browse files
authored
Merge pull request dronekit#654 from dronekit/rroche/test_new_pymavlink
bump pymavlink
2 parents a51f51f + 5a71f16 commit 56748a2

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

requirements.txt

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
requests>=2.5.0,<=2.99999
2-
pymavlink>=1.1.62
3-
sphinx-3dr-theme>=0.0.6
4-
nose>=1.3.7
5-
psutil>=3.0.0
6-
mock>=1.3.0
7-
six>=1.9.0
8-
dronekit-sitl>=3.0,<=3.99999
9-
monotonic<1.0
1+
pymavlink==2.0.6
2+
monotonic==1.2
3+
nose==1.3.7
4+
mock==2.0.0
5+
dronekit-sitl==3.1.0
6+
sphinx-3dr-theme>=0.4.3

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -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-
'monotonic<1.0'
14+
'pymavlink==2.0.6',
15+
'monotonic==1.2'
1616
],
1717
1818
classifiers=[

0 commit comments

Comments
 (0)