Skip to content

Commit

Permalink
Merge pull request #161 from communitiesuk/bau-include-boto3-in-deps
Browse files Browse the repository at this point in the history
BAU including boto3 so config class continues to work for consumers
  • Loading branch information
sfount authored Sep 13, 2024
2 parents 2a8d0d6 + f03a90b commit ce4f363
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "funding-service-design-utils"

version = "5.0.4"
version = "5.0.5"

authors = [
{ name="DLUHC", email="[email protected]" },
Expand Down Expand Up @@ -37,7 +37,8 @@ dependencies = [
"Flask-Migrate==4.0.7",
"Flask-SQLAlchemy>=3.0.3",
"sqlalchemy-utils>=0.38.3",
"beautifulsoup4==4.12.3"
"beautifulsoup4==4.12.3",
"boto3>=1.9.253"
]

[project.optional-dependencies]
Expand Down

0 comments on commit ce4f363

Please sign in to comment.