Skip to content

Commit

Permalink
Merge pull request #65 from pytroll/fix-requests
Browse files Browse the repository at this point in the history
Add requests to the requirements
  • Loading branch information
mraspaud authored Aug 19, 2020
2 parents a8a1900 + 999eb4e commit 42768fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 42768fb

Please sign in to comment.