Commit 3a63f7d2 authored by Joel Collins's avatar Joel Collins
Browse files

Added extras group for Rpi installations

parent 3db99fee
Loading
Loading
Loading
Loading
+53 −80

File changed.

Preview size limit exceeded, changes collapsed.

+4 −2
Original line number Diff line number Diff line
@@ -26,15 +26,17 @@ license = "GPL-3.0"
python = "^3.6"
Flask = "^1.0"
pyyaml = "^3.13"
numpy = "1.16.4" # Exact version until we can guarantee a wheel
numpy = "^1.17.0"
Pillow = "^5.4"
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", optional = true }  # Lens shading requires >1.14 or RWB fork, lens-shading branch.
"RPi.GPIO" = { version = "^0.6.5", optional = true }

[tool.poetry.extras]
rpi = ["picamera", "RPi.GPIO"]

[tool.poetry.dev-dependencies]
sphinxcontrib-httpdomain = "^1.7"
rope = "^0.14.0"