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 fb48a6b commit 8aec92dCopy full SHA for 8aec92d
pyproject.toml
@@ -38,7 +38,6 @@ dependencies = [
38
]
39
[project.optional-dependencies]
40
cicd = [
41
- "httpx", # Used by FastAPI tests
42
"pytest-cov", # Used by Azure Pipelines for PyTest coverage reports
43
44
client = [
@@ -56,7 +55,7 @@ developer = [
56
55
server = [
57
# "matplotlib", # For visual statistical analysis of images
58
"cryptography",
59
- "fastapi",
+ "fastapi[standard]",
60
"ispyb", # Responsible for setting requirements for SQLAlchemy and mysql-connector-python; v10.0.0: sqlalchemy <2, mysql-connector-python >=8.0.32
61
"jinja2",
62
"mrcfile",
0 commit comments