Skip to content

Commit 15e4490

Browse files
committed
Update pyproject.toml to include extra async package.
1 parent 8dfe381 commit 15e4490

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ dependencies = [
3636
[project.urls]
3737
Homepage = "https://github.com/googlecloudplatform/functions-framework-python"
3838

39+
[project.optional-dependencies]
40+
async = ["starlette>=0.37.0,<1.0.0"]
41+
3942
[project.scripts]
4043
ff = "functions_framework._cli:_cli"
4144
functions-framework = "functions_framework._cli:_cli"

0 commit comments

Comments
 (0)