Skip to content

Commit fa5530c

Browse files
pietrodnpeterbarker
authored andcommitted
monotonic is actually needed
1 parent 4a70a08 commit fa5530c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
author='3D Robotics',
1313
install_requires=[
1414
'pymavlink>=2.2.20',
15-
'monotonic>=1.3 ; python_version<"3.3"',
15+
'monotonic>=1.3',
1616
],
1717
1818
classifiers=[

0 commit comments

Comments
 (0)