Skip to content

Commit 781815a

Browse files
committed
Sort dependencies
1 parent 9232794 commit 781815a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ classifiers = [
4242
"Topic :: Utilities",
4343
]
4444
dependencies = [
45-
"sphinx",
46-
"starlette>=0.35",
47-
"uvicorn>=0.25",
48-
"websockets>=11.0",
49-
"colorama",
50-
"watchfiles",
45+
"colorama",
46+
"sphinx",
47+
"starlette>=0.35",
48+
"uvicorn>=0.25",
49+
"watchfiles>=0.20",
50+
"websockets>=11",
5151
]
5252
dynamic = ["version"]
5353

0 commit comments

Comments
 (0)