Skip to content

Commit 3f8fcec

Browse files
committed
add monotonic lib
1 parent c5412dd commit 3f8fcec

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ psutil>=3.0.0
66
mock>=1.3.0
77
six>=1.9.0
88
dronekit-sitl>=3.0,<=3.99999
9+
monotonic==0.6

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
author='3D Robotics',
1313
install_requires=[
1414
'pymavlink>=1.1.62',
15+
'monotonic==0.6'
1516
],
1617
1718
classifiers=[

0 commit comments

Comments
 (0)