Updated dependencies

This commit is contained in:
Joel Collins 2019-09-13 18:09:28 +01:00
parent 6581385ab9
commit 02048c4acb
2 changed files with 113 additions and 27 deletions

View file

@ -32,9 +32,10 @@ openflexure-stage = "^0.2.1"
flask-cors = "^3.0"
scipy = "1.3.0" # Exact version until we can guarantee a wheel
picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading" } # Lens shading requires >1.14 or RWB fork, lens-shading branch.
picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading", optional = true } # Lens shading requires >1.14 or RWB fork, lens-shading branch.
"RPi.GPIO" = { version = "^0.6.5", optional = true }
[tool.poetry.dev-dependencies]
sphinxcontrib-httpdomain = "^1.7"
rope = "^0.14.0"
pylint = "^2.3"