Test on new LabThings branch

This commit is contained in:
Joel Collins 2020-11-30 16:23:02 +00:00
parent 5091ee8983
commit 7a849c725a
2 changed files with 19 additions and 16 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.1.6"
labthings = {git = "https://github.com/labthings/python-labthings", branch="new-extension-manifest", develop = true}
[tool.poetry.extras]
rpi = ["RPi.GPIO"]