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 a51f51f + 5a71f16 commit 56748a2Copy full SHA for 56748a2
requirements.txt
@@ -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
+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
setup.py
@@ -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
- 'monotonic<1.0'
+ 'pymavlink==2.0.6',
+ 'monotonic==1.2'
16
],
17
author_email='tim@3drobotics.com, kevinh@geeksville.com',
18
classifiers=[
0 commit comments