Skip to content

Commit

Permalink
Avoid pinning requirements to specific version (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrodn authored and peterbarker committed Nov 5, 2018
1 parent 945b2f8 commit cede8e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
@@ -1,7 +1,7 @@
pymavlink>=2.2.20
monotonic>=1.3
future>=0.15.2
nose==1.3.7
mock==2.0.0
nose>=1.3.7
mock>=2.0.0
dronekit-sitl==3.2.0
sphinx-3dr-theme>=0.4.3
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -12,8 +12,8 @@
author='3D Robotics',
install_requires=[
'pymavlink>=2.2.20',
'monotonic==1.2',
'future==0.15.2'
'monotonic>=1.2',
'future>=0.15.2'
],
author_email='tim@3drobotics.com, kevinh@geeksville.com',
classifiers=[
Expand Down

0 comments on commit cede8e0

Please sign in to comment.