Skip to content

Commit 6355e9b

Browse files
committed
fix: Install uvicorn on windows.
1 parent bbd1f12 commit 6355e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Homepage = "https://github.com/googlecloudplatform/functions-framework-python"
3838
[project.optional-dependencies]
3939
async = [
4040
"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'"
41+
"uvicorn>=0.18.0,<1.0.0; python_version>='3.8'",
42+
"uvicorn-worker>=0.2.0,<1.0.0; python_version>='3.8'"
4343
]
4444

4545
[project.scripts]

0 commit comments

Comments
 (0)