Skip to content

Commit

Permalink
Merge 999eb4e into a8a1900
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Aug 19, 2020
2 parents a8a1900 + 999eb4e commit 131b464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,6 +46,6 @@
packages=find_packages(),
package_data={'pyorbital': [os.path.join('etc', 'platforms.txt')]},
scripts=['bin/fetch_tles.py', ],
install_requires=['numpy>=1.11.0,!=1.14.0', 'scipy'],
install_requires=['numpy>=1.11.0,!=1.14.0', 'scipy', 'requests'],
zip_safe=False,
)

0 comments on commit 131b464

Please sign in to comment.