Add a pip requirements file for the scripts
This commit is contained in:
parent
986c9d99a0
commit
834a3d78a8
2 changed files with 9 additions and 6 deletions
|
@ -4,12 +4,7 @@ set -ex
|
|||
|
||||
virtualenv env
|
||||
. env/bin/activate
|
||||
pip install \
|
||||
docutils \
|
||||
pygments \
|
||||
Jinja2 \
|
||||
jsonschema \
|
||||
PyYAML
|
||||
pip install -r scripts/requirements.txt
|
||||
|
||||
# do sanity checks on the examples and swagger
|
||||
(cd event-schemas/ && ./check_examples.py)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue