Skip to content

Commit 3d895d4

Browse files
committed
➕ Add optional dependency on fastapi-cloud-cli
1 parent 0afc776 commit 3d895d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ dependencies = [
4040
[project.optional-dependencies]
4141
standard = [
4242
"uvicorn[standard] >= 0.15.0",
43+
"fastapi-cloud-cli >= 0.1.1",
44+
]
45+
standard-no-fastapi-cloud-cli = [
46+
"uvicorn[standard] >= 0.15.0",
4347
]
4448

4549
[project.urls]

0 commit comments

Comments
 (0)