Updated version and dependencies

This commit is contained in:
Joel Collins 2020-06-11 15:03:46 +01:00
parent 871d6f255a
commit 1518689457
2 changed files with 72 additions and 73 deletions

View file

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "openflexure-microscope-server"
version = "2.1.3"
version = "2.2.0-beta.0"
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
authors = [
@ -46,6 +46,7 @@ labthings = "0.6.4"
pynpm = "^0.1.2"
camera-stage-mapping = {git = "https://gitlab.com/openflexure/microscope-extensions/camera-stage-mapping.git"}
sangaboard = "^0.2.0"
gevent = "20.6.0" # Pinned version to guarantee piwheels wheel
[tool.poetry.extras]
rpi = ["RPi.GPIO"]