Updated to LabThings 1.2.1

This commit is contained in:
Joel Collins 2020-12-01 15:06:25 +00:00
parent 37f92b6cce
commit 249e3014cb
2 changed files with 5 additions and 5 deletions

View file

@ -46,7 +46,7 @@ pyyaml = "^5.3.1"
typing-extensions = "^3.7.4" # Needed for some type-hints in Python < 3.8 (e.g. Literal)
pytest-cov = "^2.10.1"
piexif = "^1.1.3"
labthings = "1.2.0"
labthings = "1.2.1"
[tool.poetry.extras]
rpi = ["RPi.GPIO"]