add missing package to setup.py

This commit is contained in:
Scisco
2015-10-26 15:04:44 -04:00
parent 2355ff0c51
commit 283bae490b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
Changes
=======
0.9.1 (2015-10-26)
------------------
- Add missing package (polyline) to setup.py
0.9.0 (2015-10-23)
------------------
- Improved pansharpening

View File

@@ -44,7 +44,8 @@ setup(
'scipy>=0.16.0',
'scikit-image>=0.11.3',
'homura>=0.1.2',
'boto>=2.38.0'
'boto>=2.38.0',
'polyline==1.1'
],
test_suite='nose.collector',
tests_require=test_requirements