Skip to content

Commit

Permalink
[brazil-data-cube#68] Add requirements txt and csv to install script
Browse files Browse the repository at this point in the history
  • Loading branch information
AbnerErnaniADSFatec committed Oct 2, 2024
1 parent a7ad9d5 commit 5bafb26
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,3 @@ services_storage_user_application.json
*lib

*lib-paths.txt

*requirements.csv

*requirements.txt
8 changes: 8 additions & 0 deletions wtss_plugin/requirements.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package,version
numpy,1.22
matplotlib,3.3.3
seaborn,0.13.2
pandas,1.1
jsonschema,3.2.0
pystac-client,0.8.3
wtss,0.7.0
7 changes: 7 additions & 0 deletions wtss_plugin/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
numpy>=1.22
matplotlib>=3.3.3
seaborn>=0.13.2
pandas>=1.1
jsonschema>=3.2.0
pystac-client>=0.8.3
wtss>=0.7.0

0 comments on commit 5bafb26

Please sign in to comment.