Skip to content

Commit 8aec92d

Browse files
committed
Added [standard] key to fastapi dependency; removed httpx as explicity dependency
1 parent fb48a6b commit 8aec92d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ dependencies = [
3838
]
3939
[project.optional-dependencies]
4040
cicd = [
41-
"httpx", # Used by FastAPI tests
4241
"pytest-cov", # Used by Azure Pipelines for PyTest coverage reports
4342
]
4443
client = [
@@ -56,7 +55,7 @@ developer = [
5655
server = [
5756
# "matplotlib", # For visual statistical analysis of images
5857
"cryptography",
59-
"fastapi",
58+
"fastapi[standard]",
6059
"ispyb", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python; v10.0.0: sqlalchemy <2, mysql-connector-python >=8.0.32
6160
"jinja2",
6261
"mrcfile",

0 commit comments

Comments
 (0)