Skip to content

Commit

Permalink
Add numpy as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
plant99 committed Jul 25, 2020
1 parent 142f6c2 commit 860b8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
numpy==1.19.1
click==7.1.2
requests==2.24.0
sat-search==0.2.3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
long_description = fh.read()

dependencies = [
"numpy==1.19.1",
"click==7.1.2",
"requests==2.24.0",
"sat-search==0.2.3",
Expand Down

0 comments on commit 860b8df

Please sign in to comment.