openflexure-microscope-server/pyproject.toml
2019-06-25 17:51:31 +01:00

39 lines
1.1 KiB
TOML

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
[tool.poetry]
name = "openflexure_microscope"
version = "1.1.0-beta.2"
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
authors = [
"Joel Collins <j.collins@bath.ac.uk>",
"Richard Bowman <r.w.bowman@bath.ac.uk",
"Julian Stirling <j.stirling@bath.ac.uk>"
]
readme = 'README.md'
repository = "https://gitlab.com/openflexure/openflexure-microscope-server"
homepage = "https://www.openflexure.org"
keywords = ['raspberry pi', 'arduino', 'microscope']
license = "GPL-3.0"
[tool.poetry.dependencies]
python = "^3.5"
Flask = "^1.0"
pyyaml = "^3.13"
numpy = "1.16.4" # Exact version until we can guarantee a wheel
Pillow = "^5.4"
"RPi.GPIO" = "^0.6.5"
openflexure-stage = "^0.2.1"
flask-cors = "^3.0"
scipy = "1.2.1" # 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.
[tool.poetry.dev-dependencies]
sphinxcontrib-httpdomain = "^1.7"