Skip to content

Commit

Permalink
remove awscli as a dependency
Browse files Browse the repository at this point in the history
make it a dev dependency instead
  • Loading branch information
AdeelH committed Aug 12, 2024
1 parent 546297f commit a7b2314
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion rastervision_aws_batch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
rastervision_pipeline==0.31.1-dev
boto3==1.34.155
awscli==1.33.37
3 changes: 1 addition & 2 deletions rastervision_aws_s3/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
rastervision_pipeline==0.31.1-dev
boto3==1.34.155
awscli==1.33.37
tqdm==4.66.5

botocore==1.34.158
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ jupyter==1.0.0
jupyterlab==4.1.8
jupyter_contrib_nbextensions==0.7.0
pystac_client==0.8.3
awscli==1.33.40

0 comments on commit a7b2314

Please sign in to comment.