Added requirements for BeagleBone Black
Difference to regular dependencies is to not fetch pyserial and numpy via pip but instead install those from the available packages.
This commit is contained in:
parent
b0891b4d16
commit
41aa633f38
1 changed files with 6 additions and 0 deletions
6
requirements-bbb.txt
Normal file
6
requirements-bbb.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
flask>=0.9
|
||||
tornado>=2.4.1
|
||||
tornadio2>=0.0.4
|
||||
PyYAML>=3.10
|
||||
Flask-Login>=0.1.3
|
||||
Flask-Principal>=0.3.5
|
||||
Loading…
Reference in a new issue