Add requirements file
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user