Skip to content

Commit

Permalink
Remove unneeded aws install option.
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Apr 12, 2023
1 parent 241190e commit 3700a93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ Other
- Fix open file handles, which were previously ignored by ``pytest-openfiles``, but which raise
blocked ``ResourceWarning`` errors. [#153]

- Remove the defunct ``s3_utils`` module, so that ``stpipe`` no longer needs to depend on this package. [#154]
- Remove the defunct ``s3_utils`` module, so that ``stpipe`` no longer needs to depend
on this package. This also removes the ``aws`` install option as this is no longer need. [#154]

1.3.1 (2023-03-31)
==================
Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ docs = [
"sphinx-asdf>=0.1.1",
'tomli; python_version <"3.11"',
]
aws = [
"stsci-aws-utils>=0.1.2",
]

[build-system]
requires = [
Expand Down

0 comments on commit 3700a93

Please sign in to comment.