Skip to content

Commit 04c417b

Browse files
committed
Move uvicorn to dev dependencies
1 parent 89ec124 commit 04c417b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ dependencies = [
4444
"lazy-object-proxy<1.11.0",
4545
"more_itertools>=10.2.0",
4646
"typing-extensions>=4.1.0",
47-
"uvicorn[standard]~=0.35.0",
4847
"websockets>=14.0",
4948
]
5049

@@ -77,6 +76,7 @@ dev = [
7776
"respx~=0.22.0",
7877
"ruff~=0.12.0",
7978
"setuptools", # setuptools are used by pytest but not explicitly required
79+
"uvicorn[standard]~=0.35.0",
8080
]
8181

8282
[tool.hatch.build.targets.wheel]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)