Skip to content

Commit

Permalink
Add boto3 to requirements (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
twolodzko authored Apr 26, 2023
1 parent b9ba501 commit 355e711
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## neptune_aws 1.1.0

### Fixes
- Add missing boto3 dependency to the requirements ([#6](https://github.com/neptune-ai/neptune-aws/pull/6))

## neptune_aws 1.0.0

### Changes
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ python = "^3.7"
# Python lack of functionalities from future versions
importlib-metadata = { version = "*", python = "<3.8" }

# Base requirements
boto3 = "*"

# dev
pre-commit = { version = "*", optional = true }
Expand Down

0 comments on commit 355e711

Please sign in to comment.