This commit is contained in:
Joel Collins 2020-10-20 15:36:30 +01:00
parent 20fc0eb20e
commit 4ee1919252
2 changed files with 324 additions and 372 deletions

685
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry] [tool.poetry]
name = "openflexure-microscope-server" name = "openflexure-microscope-server"
version = "2.6.0" version = "2.6.1"
description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope." description = "Python module, and Flask-based web API, to run the OpenFlexure Microscope."
authors = [ authors = [
@ -31,16 +31,13 @@ packages = [
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.6" python = "^3.6"
Flask = "^1.0" Flask = "^1.0"
numpy = "1.18.2" numpy = "1.19.2" # Exact version so we can guarantee a wheel
Pillow = "^7.2.0" Pillow = "^7.2.0"
scipy = "1.4.1" # Exact version so we can guarantee a wheel scipy = "1.5.3" # Exact version so we can guarantee a wheel
"RPi.GPIO" = { version = "^0.7.0", optional = true } "RPi.GPIO" = { version = "^0.7.0", optional = true }
python-dateutil = "^2.8" python-dateutil = "^2.8"
psutil = "^5.6.7" # Autostorage extension psutil = "^5.6.7" # Autostorage extension
opencv-python-headless = [ opencv-python-headless = "4.4.0.44"
{version = "4.1.0.25", python = "~3.7"}, # PiWheels build for RPi running Py37
{version = "4.2.0.34", python = "^3.8"} # Latest for Py38 systems
]
pynpm = "^0.1.2" pynpm = "^0.1.2"
sangaboard = "^0.2" sangaboard = "^0.2"
expiringdict = "^1.2.1" expiringdict = "^1.2.1"