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.
(cherry picked from commit 41aa633)
This commit is contained in:
parent
783b3b8166
commit
9f975426a7
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