Skip to content

Commit a67ae92

Browse files
committed
Added new optional dependency key for client-side instrument server
1 parent 6988807 commit a67ae92

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
@@ -53,6 +53,10 @@ developer = [
5353
"pre-commit", # Formatting, linting, type checking, etc.
5454
"pytest", # Test code functionality
5555
]
56+
instrument-server = [
57+
"fastapi[standard]",
58+
"uvicorn[standard]",
59+
]
5660
server = [
5761
# "matplotlib", # For visual statistical analysis of images
5862
"aiohttp",

0 commit comments

Comments
 (0)