Incorporate LabThings 1.3
The necessary changes to produce valid OpenAPI docs are now in the latest release of LabThings. This change updates it. Also, isort was trying to sort my virtual environment, hence the change to pyproject.toml. I don't know why that happened - maybe an update to isort?
This commit is contained in:
parent
1d16792681
commit
fe3fb5c66b
3 changed files with 32 additions and 28 deletions
2
setup.py
2
setup.py
|
|
@ -59,7 +59,7 @@ setup(
|
|||
"pyyaml ~= 5.4.0",
|
||||
"pytest-cov ~= 2.10.1",
|
||||
"piexif ~= 1.1.3",
|
||||
"labthings ~= 1.2.2",
|
||||
"labthings ~= 1.3.0",
|
||||
"typing-extensions ~= 3.7.4", # Needed for some type-hints in Python < 3.8 (e.g. Literal)
|
||||
"RPi.GPIO ~= 0.7.0; platform_machine == 'armv7l'",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue