Set up eV submodule

This commit is contained in:
Joel Collins 2020-05-15 14:57:03 +01:00
parent db9a0581b1
commit d7ca8f8ae1
3 changed files with 8 additions and 2 deletions

View file

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "openflexure_microscope"
version = "2.1.0-dev"
version = "2.2.0-alpha"
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
authors = [
@ -22,6 +22,8 @@ keywords = ['raspberry pi', 'arduino', 'microscope']
license = "GPL-3.0"
exclude = ["**/node_modules/"]
[tool.poetry.dependencies]
python = "^3.6"
Flask = "^1.0"