Added PyNPM dependency

This commit is contained in:
Joel Collins 2020-05-15 15:24:17 +01:00
parent d7ca8f8ae1
commit 3a789d2dd3
2 changed files with 23 additions and 1 deletions

View file

@ -42,6 +42,10 @@ opencv-python-headless = [
{version = "4.2.0.34", python = "^3.8"} # Latest for Py38 systems
]
labthings = "0.6.1"
pynpm = "^0.1.2"
[tool.poetry.scripts]
build = 'openflexure_microscope.install:build'
[tool.poetry.extras]
rpi = ["picamera", "RPi.GPIO"]