No longer use LabThings-FastAPI dev dependencies
This commit is contained in:
parent
c023449b75
commit
c98fd8ab6a
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",
|
||||||
|
|
@ -139,4 +139,4 @@ ignore = [
|
||||||
[tool.ruff.lint.pydocstyle]
|
[tool.ruff.lint.pydocstyle]
|
||||||
# This lets the D401 checker understand that decorated thing properties and thing
|
# This lets the D401 checker understand that decorated thing properties and thing
|
||||||
# settings act like properties so should be documented as such.
|
# settings act like properties so should be documented as such.
|
||||||
property-decorators = ["labthings_fastapi.thing_property", "labthings_fastapi.thing_setting"]
|
property-decorators = ["labthings_fastapi.thing_property", "labthings_fastapi.thing_setting"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue