Fix a working version of opencv

This commit is contained in:
Richard Bowman 2020-03-12 16:02:38 +00:00
parent bf4cb24cb3
commit c240453762
2 changed files with 49 additions and 1 deletions

View file

@ -36,6 +36,7 @@ pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move
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
opencv-python-headless = "3.4.7.28"
[tool.poetry.extras]
rpi = ["picamera", "RPi.GPIO"]