Add requirements file
This commit is contained in:
parent
910ce54055
commit
52b7ab16e2
6
Makefile
6
Makefile
@ -1,6 +1,8 @@
|
||||
all:
|
||||
all: build
|
||||
|
||||
build:
|
||||
python bundle.py > cic.json
|
||||
|
||||
|
||||
test: all
|
||||
test: build
|
||||
check-jsonschema --schemafile cic.json test_valid.json
|
||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
check-jsonschema==0.21.0
|
Loading…
Reference in New Issue
Block a user