Skip to content

Commit

Permalink
Upversioned required pymavlink to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
stephendade committed Jan 22, 2018
1 parent 6c7051d commit eaf16c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,2 +1,2 @@
pymavlink>=1.1.73
pymavlink>=2.2.8
pyserial>=3.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -64,7 +64,7 @@ def package_files(directory):
# as that breaks the pip install. It seems that pip is not smart enough to
# use the system versions of these dependencies, so it tries to download and install
# large numbers of modules like numpy etc which may be already installed
install_requires=['pymavlink>=1.1.73',
install_requires=['pymavlink>=2.2.8',
'pyserial>=3.0'],
scripts=['MAVProxy/mavproxy.py',
'MAVProxy/tools/mavflightview.py',
Expand Down

0 comments on commit eaf16c7

Please sign in to comment.