We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfe381 commit 15e4490Copy full SHA for 15e4490
pyproject.toml
@@ -36,6 +36,9 @@ dependencies = [
36
[project.urls]
37
Homepage = "https://github.com/googlecloudplatform/functions-framework-python"
38
39
+[project.optional-dependencies]
40
+async = ["starlette>=0.37.0,<1.0.0"]
41
+
42
[project.scripts]
43
ff = "functions_framework._cli:_cli"
44
functions-framework = "functions_framework._cli:_cli"
0 commit comments