Skip to content

Commit

Permalink
feat: update backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-lane committed Feb 9, 2024
1 parent fa5ef2d commit b6a6b2d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions backend/api/.chalice/deployed/dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"resources": [],
"schema_version": "2.0",
"backend": "api"
}
16 changes: 15 additions & 1 deletion backend/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.9"
chalice = "^1.30.0"
python-dotenv = "^1.0.1"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit b6a6b2d

Please sign in to comment.