We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afc776 commit 3d895d4Copy full SHA for 3d895d4
1 file changed
pyproject.toml
@@ -40,6 +40,10 @@ dependencies = [
40
[project.optional-dependencies]
41
standard = [
42
"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",
47
]
48
49
[project.urls]
0 commit comments