add required pip requirements.txt
This commit is contained in:
parent
f86a967548
commit
502decf0b4
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ deploy:
|
|||
tags: true
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
|
||||
- pip install --force-reinstall pylint==1.9.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue