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 bbd1f12 commit 6355e9bCopy full SHA for 6355e9b
pyproject.toml
@@ -38,8 +38,8 @@ Homepage = "https://github.com/googlecloudplatform/functions-framework-python"
38
[project.optional-dependencies]
39
async = [
40
"starlette>=0.37.0,<1.0.0; python_version>='3.8'",
41
- "uvicorn>=0.18.0,<1.0.0; platform_system!='Windows' and python_version>='3.8'",
42
- "uvicorn-worker>=0.2.0,<1.0.0; platform_system!='Windows' and python_version>='3.8'"
+ "uvicorn>=0.18.0,<1.0.0; python_version>='3.8'",
+ "uvicorn-worker>=0.2.0,<1.0.0; python_version>='3.8'"
43
]
44
45
[project.scripts]
0 commit comments