First test of LabThings Gevent-based server
This commit is contained in:
parent
7182e9d5df
commit
c3eefa5c1d
3 changed files with 11 additions and 4 deletions
|
|
@ -33,7 +33,7 @@ picamera = { git = "https://github.com/rwb27/picamera.git", branch = "master", o
|
|||
"RPi.GPIO" = { version = "^0.6.5", optional = true }
|
||||
pyserial = "^3.4" # Used for sangaboard (basic_serial_instrument) until we move to sangaboard pip library
|
||||
|
||||
labthings = { git = "https://github.com/labthings/python-labthings.git", branch = "master"} # TODO: Pin to a fixed version before 2.0.0 stable
|
||||
labthings = { git = "https://github.com/labthings/python-labthings.git", branch = "sockets-testing"} # TODO: Pin to a fixed version before 2.0.0 stable
|
||||
python-dateutil = "^2.8"
|
||||
psutil = "^5.6.7" # Autostorage extension
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue