Skip to content

Commit 96704c8

Browse files
[Docs] Update to the latest mkdocs-material that includes all insider features
Refactoring
1 parent ef2fa93 commit 96704c8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

examples/plugins/example_plugin_server/pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name = "dstack-plugin-server"
33
version = "0.1.0"
44
description = "Example plugin server"
55
readme = "README.md"
6-
requires-python = ">=3.11"
6+
requires-python = ">=3.9"
77
dependencies = [
8-
"fastapi[standard]>=0.115.12",
8+
"fastapi",
9+
"uvicorn",
910
"dstack",
1011
]
1112

0 commit comments

Comments
 (0)