Skip to content

Commit 910d24a

Browse files
committed
Fix pyproject validation
1 parent 8a5fd75 commit 910d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ dependencies = [
5252
optional-dependencies.docs = [
5353
]
5454
optional-dependencies.test = [
55+
"asgi-lifespan",
5556
"httpx",
5657
"httpx-ws",
57-
"asgi-lifespan",
5858
"pytest>=6",
5959
]
6060
urls.Changelog = "https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst"

0 commit comments

Comments
 (0)