Merge branch 'no-labthings-dev-deps' into 'v3'
No longer use LabThings-FastAPI dev dependencies See merge request openflexure/openflexure-microscope-server!356
This commit is contained in:
commit
7ea92ad55f
1 changed files with 2 additions and 2 deletions
|
|
@ -34,12 +34,12 @@ dependencies = [
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = [
|
dev = [
|
||||||
"labthings-fastapi[dev]",
|
|
||||||
"ruff",
|
"ruff",
|
||||||
"mypy[reports]",
|
"mypy[reports]",
|
||||||
"mypy-gitlab-code-quality",
|
"mypy-gitlab-code-quality",
|
||||||
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
|
# "pytest-gitlab-code-quality", # pytest version constraint clashes with labthings
|
||||||
"pytest",
|
"pytest",
|
||||||
|
"pytest-cov",
|
||||||
"pytest-mock==3.14",
|
"pytest-mock==3.14",
|
||||||
"matplotlib~=3.10",
|
"matplotlib~=3.10",
|
||||||
"hypothesis",
|
"hypothesis",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue