Pin LabThings to 0.2.0 PyPI release

This commit is contained in:
Joel Collins 2020-03-13 15:56:38 +00:00
parent bf4cb24cb3
commit 1a27a8e4f3
2 changed files with 21 additions and 16 deletions

View file

@ -33,9 +33,9 @@ picamera = { git = "https://github.com/rwb27/picamera.git", branch = "master", o
"RPi.GPIO" = { version = "^0.6.5", optional = true }
pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move to sangaboard pip library
labthings = { git = "https://github.com/labthings/python-labthings.git", branch = "master"} # TODO: Pin to a fixed version before 2.0.0 stable
python-dateutil = "^2.8"
psutil = "^5.6.7" # Autostorage extension
labthings = "0.2.0"
[tool.poetry.extras]
rpi = ["picamera", "RPi.GPIO"]