Moved to a LabThings dependency for server
This commit is contained in:
parent
a1223d8b28
commit
36334ed743
65 changed files with 546 additions and 2364 deletions
|
|
@ -28,15 +28,13 @@ Flask = "^1.0"
|
|||
pyyaml = "^3.13"
|
||||
numpy = "^1.17.0"
|
||||
Pillow = "^5.4"
|
||||
flask-cors = "^3.0"
|
||||
scipy = "1.3.0" # Exact version until we can guarantee a wheel
|
||||
|
||||
picamera = { git = "https://github.com/rwb27/picamera.git", branch = "lens-shading", optional = true } # Lens shading requires >1.14 or RWB fork, lens-shading branch.
|
||||
"RPi.GPIO" = { version = "^0.6.5", optional = true }
|
||||
marshmallow = "^3.3" # LabThings
|
||||
webargs = "^5.5.2" # LabThings
|
||||
pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move to sangaboard pip library
|
||||
apispec = "^3.2" # LabThings
|
||||
|
||||
labthings = { git = "https://github.com/labthings/python-labthings.git", branch = "master"}
|
||||
|
||||
[tool.poetry.extras]
|
||||
rpi = ["picamera", "RPi.GPIO"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue