Skip to content

Commit

Permalink
add boto3 as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
DhanshreeA committed Sep 5, 2023
1 parent e3c5d79 commit e27745e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ fuzzywuzzy = {version = "^0.18.0", optional = true}
sphinx = {version = ">=5.3.0", optional = true} # For compatibility with python 3.7.x
jinja2 = {version = "^3.1.2", optional = true}
levenshtein = {version = "^0.21.1", optional = true} # For faster fuzzy search
boto3 = "^1.28.40"


[tool.poetry.extras]
Expand Down

0 comments on commit e27745e

Please sign in to comment.